dragging.Dragger class
Signature:
export declare class Dragger implements IDragger
Implements: IDragger
Constructors
Constructor | Modifiers | Description |
|---|---|---|
Constructs a new instance of the |
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
| |||
| IDragTarget | null | ||
| |||
|
Methods
Method | Modifiers | Description |
|---|---|---|
Handles calculating where the element should actually be moved to. | ||
Handles any drag cleanup. | ||
Handles any drag startup. | ||
| ||
| Returns true if we should return the draggable to its original location at the end of the drag. | |
| Updates the drag target under the pointer (if there is one). | |
| Returns true if we would delete the draggable if it was dropped at the current location. |