Class SelectAllTextCmd
The command to select all text.
Package: @aurigma/design-atoms-text
Constructors
(constructor)(_textManager)
Constructs a new instance of the SelectAllTextCmd class
Declaration
constructor(_textManager: ITextManager);Parameters
| Type | Name | Description | 
|---|---|---|
| ITextManager | _textManager | 
Methods
execute()
Declaration
execute(): boolean;Returns
| Type | Description | 
|---|---|
| boolean |