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