Class MoveCursorCmdData
Data required to initialize the command.
Package: @aurigma/design-atoms-text
Constructors
(constructor)(direction, withSelection)
Constructs a new instance of the MoveCursorCmdData class
Declaration
constructor(direction: MoveDirectionType, withSelection: boolean);
Parameters
| Type | Name | Description |
|---|---|---|
| MoveDirectionType | direction | |
| boolean | withSelection |
Properties
direction
Direction of cursor movement.
Declaration
direction: MoveDirectionType;
Property Value
| Type | Description |
|---|---|
| MoveDirectionType | Direction of cursor movement. |
withSelection
Indicates if the cursor moves with the selection.
Declaration
withSelection: boolean;
Property Value
| Type | Description |
|---|---|
| boolean | Indicates if the cursor moves with the selection. |