Skip to main content

InsertItemsIntoAreaCommand

Classes

InsertItemsIntoAreaCommand

Extends

Constructors

Constructor
new InsertItemsIntoAreaCommand(
productHandler,
args,
historyArgs,
commandManager): InsertItemsIntoAreaCommand;
Parameters
ParameterType
productHandlerProductHandler
argsIInsertItemsIntoAreaCommandArgs
historyArgsIHistoryArgs
commandManagerICommandManager
Returns

InsertItemsIntoAreaCommand

Overrides

BaseItemsCommand.constructor

Methods

execute()
execute(): Promise<void>;
Returns

Promise<void>

Inherited from

BaseItemsCommand.execute

executeCommandBody()
executeCommandBody(): Promise<void>;
Returns

Promise<void>

Overrides
BaseItemsCommand._executeCommandBody;
redo()
redo(): Promise<void>;
Returns

Promise<void>

Overrides

BaseItemsCommand.redo

undo()
undo(): Promise<void>;
Returns

Promise<void>

Overrides

BaseItemsCommand.undo

Interfaces

IInsertItemsIntoAreaCommandArgs

Extends

Was this page helpful?