blockly > dragging > Dragger
dragging.Dragger class
Signature:
export declare class Dragger implements IDragger
Implements: IDragger
Constructors
Properties
Methods
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["The `Dragger` class in Blockly manages the dragging behavior of elements within a workspace."],["It implements the `IDragger` interface and provides methods for handling drag start, drag, and drag end events."],["Dragger calculates element positions during dragging, updates the drag target, and determines if the draggable should return to its starting position or be deleted."],["Developers can extend or customize this class to modify the drag-and-drop functionality in Blockly applications."]]],[]]