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 `comments` namespace in Blockly deals with managing and displaying comments associated with blocks or workspaces."],["This namespace includes classes like `CommentView`, `RenderedWorkspaceComment`, and `WorkspaceComment` to handle different aspects of comment functionality."],["These classes provide methods and properties for creating, rendering, and interacting with comments within Blockly's visual programming environment."]]],["The `comments` namespace in Blockly contains three classes related to comments: `CommentView`, `RenderedWorkspaceComment`, and `WorkspaceComment`. These classes likely handle different aspects of comment functionality within the Blockly workspace, such as the visual rendering of comments and the underlying data structure of comments on the workspace. Further details about each class are available in the provided links.\n"]]