Skip to main content

PlaceholderContentRotateCommand

Classes

PlaceholderContentRotateCommand

Extends

Constructors

Constructor
new PlaceholderContentRotateCommand(
productHandler,
args,
historyArgs): PlaceholderContentRotateCommand;
Parameters
ParameterType
productHandlerProductHandler
argsIPlaceholderContentRotateCommandArgs
historyArgsIHistoryArgs
Returns

PlaceholderContentRotateCommand

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

IPlaceholderContentRotateCommandArgs

Extends

Was this page helpful?