Skip to main content

UngroupItemsCommand

Classes

UngroupItemsCommand

Extends

Constructors

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

UngroupItemsCommand

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

IUngroupItemsCommandArgs

Extends

Was this page helpful?