Class InsertTabCmd
The command to insert a tab relative to the current cursor position.
Package: @aurigma/design-atoms-text
Remarks
if there is selected text, it will be deleted.
Constructors
(constructor)(_textManager)
Constructs a new instance of the InsertTabCmd
class
Declaration
constructor(_textManager: ITextManager);
Parameters
Type | Name | Description |
---|---|---|
ITextManager | _textManager |
Methods
execute()
Declaration
execute(): boolean;
Returns
Type | Description |
---|---|
boolean |