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.
[null,null,["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"]]