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