blockly > الأحداث > BlockCreateJson
واجهة Events.BlockCreateJson
Signature:
export interface BlockCreateJson extends BlockBaseJson
توسيع: BlockBaseJson
أماكن إقامة
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-10-14 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-10-14 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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."]]],[]]