[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-02-04 UTC."],[[["This `Subscribable` interface, part of the Google Workspace Developer Preview Program, is a helper class designed for managing value updates."],["The interface allows access to a value through the `get()` method, the specific implementation of which is not detailed here."],["It facilitates subscription to value updates via the `subscribe(callback)` method, triggering a provided callback whenever the value changes."],["You can remove a previously subscribed callback using the `unsubscribe(callback)` method, requiring the original callback instance."]]],[]]