blockly > Ereignisse > BlockCreateJson
Events.BlockCreateJson-Schnittstelle
Unterschrift:
export interface BlockCreateJson extends BlockBaseJson
Erweitert: BlockBaseJson
Attribute
Attribut |
Modifikatoren |
Typ |
Beschreibung |
ids |
|
String[] |
|
JSON |
|
Objekt |
|
recordUndo? |
|
boolean |
(Optional) |
XML |
|
String |
|
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-10-14 (UTC).
[null,null,["Zuletzt aktualisiert: 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."]]],[]]