blockly > Events > BlockChangeJson
Events.BlockChangeJson interface
Signature:
export interface BlockChangeJson extends BlockBaseJson
Extends: BlockBaseJson
Properties
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 `BlockChangeJson` interface, extending `BlockBaseJson`, describes the JSON format for block change events in Blockly."],["It includes properties like `element`, `newValue`, `oldValue` to represent the change, with optional properties like `disabledReason` and `name` for additional context."],["These properties store information about what element of the block changed, the new and old values associated with the change, and potentially the reason for the change and the block's name."]]],[]]