blockly > Etkinlikler > BlockDragJson
Events.BlockDragJson arayüzü
İmza:
export interface BlockDragJson extends AbstractEventJson
Kapsamı: AbstractEventJson
Ö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 `Events.BlockDragJson` interface, extending `AbstractEventJson`, describes block drag events in Blockly and is used for serialization."],["It includes properties like `blockId` (string, required) to identify the dragged block and `isStart` (boolean, required) to indicate drag start or end."],["It also has an optional `blocks` property (array of `Block` objects) potentially holding information about related blocks involved in the drag."]]],[]]