調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >イベント >CommentChangeJson
署名:
export interface CommentChangeJson extends CommentBaseJson
拡張: CommentBaseJson
プロパティ
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-29 UTC。
[null,null,["最終更新日 2024-08-29 UTC。"],[[["The `CommentChangeJson` interface, extending `CommentBaseJson`, describes the JSON structure for comment change events within Blockly."],["It includes properties like `newContents` and `oldContents` to represent the updated and previous comment text respectively."],["This interface is used for serializing and deserializing comment change events, allowing for persistence and undo/redo functionality."]]],["The `CommentChangeJson` interface, extending `CommentBaseJson`, defines the structure for representing changes to comment content within a system. It includes two key properties: `newContents`, which is a string representing the updated text of the comment, and `oldContents`, also a string, representing the comment's text before the change. Both are string types and capture the before and after of text modifications made.\n"]]