Stay organized with collections
Save and categorize content based on your preferences.
blockly > Events > CommentCreateJson
Signature:
export interface CommentCreateJson extends CommentBaseJson
Extends: CommentBaseJson
Properties
Property |
Modifiers |
Type |
Description |
json |
|
object |
|
xml |
|
string |
|
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 `Events.CommentCreateJson` interface, extending `CommentBaseJson`, is used for handling comment creation events in Blockly."],["This interface includes properties such as `json` (object type) and `xml` (string type) for managing comment data."],["`CommentCreateJson` provides a structured way to represent and process comment creation events within the Blockly framework."]]],["The `CommentCreateJson` interface, extending `CommentBaseJson`, defines the structure for creating comment events. It includes two key properties: `json`, which is of type object, and `xml`, which is of type string. These properties likely represent the JSON and XML representations of the comment data associated with the creation event. The interface outlines how data related to the creation of a comment will be formatted and handled.\n"]]