Stay organized with collections
Save and categorize content based on your preferences.
blockly > Events > CommentCreate > json
The JSON representation of the created workspace comment.
Signature:
json?: comments.State;
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."],[[["This property provides the JSON representation of a newly created workspace comment."],["The `json` property, represented as `comments.State`, contains the data structure defining the comment's state within the workspace."],["It is used to store and retrieve information about the comment, which can be essential for restoring or manipulating the workspace."]]],["The `Events.CommentCreate.json` property represents the JSON format of a newly created comment within a workspace. This property is optional and holds the comment's state. The data within this JSON object is structured according to the `comments.State` type, which defines the comment's characteristics and content. This is the key data associated with the event of comment creation.\n"]]