Stay organized with collections
Save and categorize content based on your preferences.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["The `serialization.workspaceComments.State.text` property is an optional string that represents the text content of a workspace comment."],["It is used within the Blockly serialization framework to store and retrieve the textual information associated with a comment block."],["This property is part of the `State` interface, which defines the structure for serializing workspace comments in Blockly."]]],["The `text` property, part of the `serialization.workspaceComments.State` interface, is an optional string (`string?`). It represents textual content associated with workspace comments. This property can be used to store and potentially retrieve or modify the textual content of a comment within a workspace. It exists within the serialization namespace of the Blockly project, and is used in the serialization of workspace comments.\n"]]