blockly > سحب > CommentDragStrategy
Signature:
export declare class CommentDragStrategy implements IDragStrategy
التنفيذ: IDragStrategy
الشركات المصنِّعة
الطُرق
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-08-21 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-08-21 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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."]]],[]]