blockly > Eventi > BlockDeleteJson
Interfaccia Events.BlockDeleteJson
Firma:
export interface BlockDeleteJson extends BlockBaseJson
Espande: BlockBaseJson
Proprietà
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-08-22 UTC.
[null,null,["Ultimo aggiornamento 2024-08-22 UTC."],[[["The `Events.BlockDeleteJson` interface extends the `BlockBaseJson` interface and is used to describe a block deletion event in JSON format."],["This interface includes properties like `ids`, `oldJson`, `oldXml`, `recordUndo` (optional), and `wasShadow` to capture the details of the deleted block."],["`oldJson` stores the block's state before deletion, while `oldXml` stores its XML representation."],["The `ids` property holds an array of strings representing the IDs of deleted blocks, and `wasShadow` indicates whether the deleted block was a shadow block."]]],[]]