Skip to main content

ChangeLayoutCommand

Classes

ChangeLayoutCommand

Extends

Constructors

Constructor
new ChangeLayoutCommand(
productHandler,
args,
historyArgs,
commandManager): ChangeLayoutCommand;
Parameters
ParameterType
productHandlerProductHandler
argsIChangeLayoutCommandArgs
historyArgsIHistoryArgs
commandManagerCommandManager
Returns

ChangeLayoutCommand

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

IChangeLayoutCommandArgs

Extends

Was this page helpful?