Skip to main content

ApplyProductThemeCommand

Classes

ApplyProductThemeCommand

Extends

Constructors

Constructor
new ApplyProductThemeCommand(
historyArgs,
product,
args,
productThemeManager,
commandManager): ApplyProductThemeCommand;
Parameters
ParameterType
historyArgsIHistoryArgs
productProduct
argsIApplyProductThemeCmdArgs
productThemeManagerProductThemeManager
commandManagerCommandManager
Returns

ApplyProductThemeCommand

Overrides

BaseProductCommand.constructor

Methods

execute()
execute(): Promise<boolean>;
Returns

Promise<boolean>

Inherited from

BaseProductCommand.execute

executeCommandBody()
executeCommandBody(): Promise<boolean>;
Returns

Promise<boolean>

Overrides
BaseProductCommand._executeCommandBody;
redo()
redo(): Promise<void>;
Returns

Promise<void>

Overrides

BaseProductCommand.redo

undo()
undo(): Promise<void>;
Returns

Promise<void>

Overrides

BaseProductCommand.undo

Interfaces

IApplyProductThemeCmdArgs

Properties

theme
theme: any;
Was this page helpful?