KeyboardMover class
Class responsible for coordinating keyboard-driven moves with the workspace and dragging system.
Signature:
export declare class KeyboardMover
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
|
Methods
Method | Modifiers | Description |
|---|---|---|
Abort moving the currently-focused item on workspace. | ||
Returns true iff the given draggable is allowed to be moved. | ||
Finish moving the item that is currently being moved. | ||
Returns a list of the names of shortcuts that are allowed to be run while a keyboard-driven move is in progress. | ||
Returns true iff this Mover is currently moving an element. | ||
Moves the current element in the given direction. | ||
Adds shortcuts with the given names to the list of shortcuts that are allowed to be run while a keyboard-driven move is in progress. | ||
Sets the distance by which an object will be moved. | ||
Start moving the currently-focused item on workspace, if possible. |