封鎖 >事件 >CommentCreate
通知事件監聽器已建立工作區註解。
Signature:
export declare class CommentCreate extends CommentBase
擴充: CommentBase
建構函式
屬性
屬性 |
修飾符 |
類型 |
說明 |
json? |
|
comments.State |
(選用) 已建立的工作區註解的 JSON 表示法。 |
類型 |
|
字串 |
|
xml? |
|
元素 |DocumentFragment |
(選用) 已建立的工作區註解的 XML 表示法。 |
方法
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-29 (世界標準時間)。
[null,null,["上次更新時間:2024-08-29 (世界標準時間)。"],[[["The `Events.CommentCreate` class in Blockly notifies listeners when a new workspace comment is created."],["It provides properties like `json` and `xml` to access the comment's representation in different formats."],["The `run` method executes the creation event, while `toJson` encodes it as JSON for storage or transmission."],["This class extends the `CommentBase` class and includes a constructor to create new instances."]]],[]]