blockly > Eventi > BlockCreateJson
Interfaccia Events.BlockCreateJson
Firma:
export interface BlockCreateJson 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-10-14 UTC.
[null,null,["Ultimo aggiornamento 2024-10-14 UTC."],[[["The `BlockCreateJson` interface extends the `BlockBaseJson` interface and is used for creating blocks from JSON."],["It includes properties like `ids`, `json`, `recordUndo` (optional), and `xml` to define the block's characteristics and data."],["The `ids` property is an array of strings representing the block IDs, while `json` is an object holding the block's JSON representation."],["`xml` stores the block's XML representation, and `recordUndo` indicates whether the creation should be recorded for undo/redo functionality."]]],[]]