Class SetSelectionCmd
The command to set the text selection by start and end points.
Package: @aurigma/design-atoms-text
Constructors
(constructor)(_textManager, _initData)
Constructs a new instance of the SetSelectionCmd class
Declaration
constructor(_textManager: ITextManager, _initData: SetSelectionCmdData);
Parameters
| Type | Name | Description |
|---|---|---|
| ITextManager | _textManager | |
| SetSelectionCmdData | _initData |
Methods
execute()
Declaration
execute(): boolean;
Returns
| Type | Description |
|---|---|
| boolean |