blockly > Etkinlikler > BlockCreateJson
Events.BlockCreateJson arayüzü
İmza:
export interface BlockCreateJson extends BlockBaseJson
Genişletir: BlockBaseJson
Özellikler
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-10-14 UTC.
[null,null,["Son güncelleme tarihi: 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."]]],[]]