blockly > Etkinlikler > BlockDeleteJson
Events.BlockDeleteJson arayüzü
İmza:
export interface BlockDeleteJson 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-08-22 UTC.
[null,null,["Son güncelleme tarihi: 2024-08-22 UTC."],[[["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."]]],[]]