Survei Riset: Ceritakan pengalaman Anda dengan Blockly
Mulai survei
blockly > menarik > CommentDragStrategy
Tanda Tangan:
export declare class CommentDragStrategy implements IDragStrategy
Mengimplementasikan: IDragStrategy
Konstruktor
Metode
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-08-21 UTC.
[null,null,["Terakhir diperbarui pada 2024-08-21 UTC."],[[["The `CommentDragStrategy` class in Blockly manages the dragging behavior of workspace comments."],["It implements the `IDragStrategy` interface and provides methods for controlling the drag process, such as `startDrag`, `drag`, `endDrag`, and `revertDrag`."],["This class determines if a comment is movable using the `isMovable` method and handles updating the comment's position during the drag."],["A new `CommentDragStrategy` instance is created using its constructor, taking the comment block as an argument."]]],[]]