Survei Riset: Ceritakan pengalaman Anda dengan Blockly
Mulai survei
blockly > Events > MarkerMoveJson
Antarmuka Events.MarkerMoveJson
Tanda Tangan:
export interface MarkerMoveJson extends AbstractEventJson
Memperluas: AbstractEventJson
Properti
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-11-22 UTC.
[null,null,["Terakhir diperbarui pada 2024-11-22 UTC."],[[["The `Events.MarkerMoveJson` interface describes the JSON format for marker move events in Blockly, extending the `AbstractEventJson` interface."],["It includes properties like `blockId`, `isCursor`, `newNode`, and `oldNode` to represent the marker's movement and related elements."],["`blockId`, specifying the block associated with the marker, and `oldNode`, indicating the marker's previous location, are optional."],["The `isCursor` property signifies whether the marker is a cursor, while `newNode` represents its new location within the AST."]]],[]]