InsertItemsIntoAreaCommand
Classes
InsertItemsIntoAreaCommand
Extends
Constructors
Constructor
new InsertItemsIntoAreaCommand(
productHandler,
args,
historyArgs,
commandManager): InsertItemsIntoAreaCommand;
Parameters
| Parameter | Type |
|---|---|
productHandler | ProductHandler |
args | IInsertItemsIntoAreaCommandArgs |
historyArgs | IHistoryArgs |
commandManager | ICommandManager |
Returns
Overrides
Methods
execute()
execute(): Promise<void>;
Returns
Promise<void>
Inherited from
executeCommandBody()
executeCommandBody(): Promise<void>;
Returns
Promise<void>
Overrides
BaseItemsCommand._executeCommandBody;
redo()
redo(): Promise<void>;
Returns
Promise<void>
Overrides
undo()
undo(): Promise<void>;
Returns
Promise<void>