Class MoveCursorCmd
The command to move the current cursor position.
Package: @aurigma/design-atoms-text
Constructors
(constructor)(_textManager, _initData)
Constructs a new instance of the MoveCursorCmd class
Declaration
constructor(_textManager: ITextManager, _initData: MoveCursorCmdData);Parameters
| Type | Name | Description | 
|---|---|---|
| ITextManager | _textManager | |
| MoveCursorCmdData | _initData | 
Methods
execute()
Declaration
execute(): boolean;Returns
| Type | Description | 
|---|---|
| boolean |