blockly > Événements > BlockCreateJson
Interface Events.BlockCreateJson
Signature :
export interface BlockCreateJson extends BlockBaseJson
Extension:BlockBaseJson
Propriétés
Propriété |
Modificateurs |
Type |
Description |
ids |
|
chaîne[] |
|
json |
|
objet |
|
recordUndo? |
|
booléen |
(Facultatif) |
XML |
|
chaîne |
|
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/10/14 (UTC).
[null,null,["Dernière mise à jour le 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."]]],[]]