PlaceholderContentRotateCommand
Classes
PlaceholderContentRotateCommand
Extends
Constructors
Constructor
new PlaceholderContentRotateCommand(
productHandler,
args,
historyArgs): PlaceholderContentRotateCommand;
Parameters
| Parameter | Type |
|---|---|
productHandler | ProductHandler |
args | IPlaceholderContentRotateCommandArgs |
historyArgs | IHistoryArgs |
Returns
PlaceholderContentRotateCommand
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>