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