Class FixUnsupportedTextCommand
Inheritance
FixUnsupportedTextCommand
Constructors
(constructor)(historyArgs, args, _commandManager)
Constructs a new instance of the FixUnsupportedTextCommand class
Declaration
constructor(historyArgs: IHistoryArgs, args: IFixUnsupportedTextCommandArgs, _commandManager: CommandManager);
Parameters
Methods
_executeCommandBody()
Declaration
_executeCommandBody(): Promise<BaseTextItem>;
Returns
| Type |
Description |
| Promise<BaseTextItem> |
|
redo()
Declaration
Returns
| Type |
Description |
| Promise<void> |
|
undo()
Declaration
Returns
| Type |
Description |
| Promise<void> |
|