Class AddItemsCommand
Inheritance
AddItemsCommand
Constructors
(constructor)(_productHandler, historyArgs, args, _productThemeManager, _canvas, _variableItemHelper, _commandManager, _eventManager)
Constructs a new instance of the AddItemsCommand class
Declaration
constructor(_productHandler: ProductHandler, historyArgs: IHistoryArgs, args: IAddItemsCommandArgs, _productThemeManager: ProductThemeManager, _canvas: Canvas, _variableItemHelper: VariableItemHelper, _commandManager: CommandManager, _eventManager: EventManager);
Parameters
Methods
_executeCommandBody()
Declaration
_executeCommandBody(): Promise<void>;
Returns
| Type |
Description |
| Promise<void> |
|
redo()
Declaration
Returns
| Type |
Description |
| Promise<void> |
|
undo()
Declaration
Returns
| Type |
Description |
| Promise<void> |
|