Class ConvertTextItemCommand
Inheritance
ConvertTextItemCommand
Constructors
(constructor)(productHandler, historyArgs, args, _commandManager)
Constructs a new instance of the ConvertTextItemCommand class
Declaration
constructor(productHandler: ProductHandler, historyArgs: IHistoryArgs, args: IConvertTextItemCommandArgs, _commandManager: ICommandManager);
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> |
|