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