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