ApplyProductThemeCommand
Classes
ApplyProductThemeCommand
Extends
BaseProductCommand<IApplyProductThemeCmdArgs,boolean>
Constructors
Constructor
new ApplyProductThemeCommand(
historyArgs,
product,
args,
productThemeManager,
commandManager): ApplyProductThemeCommand;
Parameters
| Parameter | Type |
|---|---|
historyArgs | IHistoryArgs |
product | Product |
args | IApplyProductThemeCmdArgs |
productThemeManager | ProductThemeManager |
commandManager | CommandManager |
Returns
Overrides
BaseProductCommand.constructor
Methods
execute()
execute(): Promise<boolean>;
Returns
Promise<boolean>
Inherited from
executeCommandBody()
executeCommandBody(): Promise<boolean>;
Returns
Promise<boolean>
Overrides
BaseProductCommand._executeCommandBody;
redo()
redo(): Promise<void>;
Returns
Promise<void>
Overrides
undo()
undo(): Promise<void>;
Returns
Promise<void>
Overrides
Interfaces
IApplyProductThemeCmdArgs
Properties
theme
theme: any;