blockly > الأحداث > BlockDeleteJson
واجهة Events.BlockDeleteJson
Signature:
export interface BlockDeleteJson extends BlockBaseJson
توسيع: BlockBaseJson
أماكن إقامة
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-08-22 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-08-22 (حسب التوقيت العالمي المتفَّق عليه)"],[[["The `Events.BlockDeleteJson` interface extends the `BlockBaseJson` interface and is used to describe a block deletion event in JSON format."],["This interface includes properties like `ids`, `oldJson`, `oldXml`, `recordUndo` (optional), and `wasShadow` to capture the details of the deleted block."],["`oldJson` stores the block's state before deletion, while `oldXml` stores its XML representation."],["The `ids` property holds an array of strings representing the IDs of deleted blocks, and `wasShadow` indicates whether the deleted block was a shadow block."]]],[]]