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