Skip to main content

SetSlugCommand

Classes

SetSlugCommand

Extends

Constructors

Constructor
new SetSlugCommand(
productHandler,
historyArgs,
args): SetSlugCommand;
Parameters
ParameterType
productHandlerProductHandler
historyArgsIHistoryArgs
argsISetSlugCommandArgs
Returns

SetSlugCommand

Overrides

BaseSurfaceCommand.constructor

Methods

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

Promise<void>

Inherited from

BaseSurfaceCommand.execute

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

Promise<void>

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

Promise<void>

Overrides

BaseSurfaceCommand.redo

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

Promise<void>

Overrides

BaseSurfaceCommand.undo

Interfaces

ISetSlugCommandArgs

Properties

slug
slug: Margin;
surface?
optional surface?: Surface;
Was this page helpful?