Blockly > События > CommentChangeJson
Подпись:
export interface CommentChangeJson extends CommentBaseJson
Расширяет: CommentBaseJson
Характеристики
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-11-13 UTC.
[null,null,["Последнее обновление: 2024-11-13 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."]]],[]]