blockly > Ereignisse > BlockDragJson
Events.BlockDragJson-Oberfläche
Unterschrift:
export interface BlockDragJson extends AbstractEventJson
Erweitert: AbstractEventJson
Attribute
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-10-14 (UTC).
[null,null,["Zuletzt aktualisiert: 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."]]],[]]