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