แบบสำรวจการวิจัย: บอกให้เราทราบเกี่ยวกับประสบการณ์การใช้งาน Blockly
เริ่มแบบสำรวจ
blockly > เหตุการณ์ > BlockDragJson
อินเทอร์เฟซ Event.BlockDragJson
ลายเซ็น:
export interface BlockDragJson extends AbstractEventJson
ขยาย: AbstractEventJson
พร็อพเพอร์ตี้
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-10-14 UTC
[null,null,["อัปเดตล่าสุด 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."]]],[]]