Class ConvertPlaceholderToItemCommand
Inheritance
ConvertPlaceholderToItemCommand
Constructors
(constructor)(productHandler, historyArgs, args, _commandManager)
Constructs a new instance of the ConvertPlaceholderToItemCommand class
Declaration
constructor(productHandler: ProductHandler, historyArgs: IHistoryArgs, args: IConvertPlaceholderToItemCommandArgs, _commandManager: ICommandManager);
Parameters
Methods
_executeCommandBody()
Declaration
_executeCommandBody(): Promise<Item>;
Returns
| Type |
Description |
| Promise<Item> |
|
redo()
Declaration
Returns
| Type |
Description |
| Promise<void> |
|
undo()
Declaration
Returns
| Type |
Description |
| Promise<void> |
|