Class SetSlugCommand
Inheritance
SetSlugCommand
Constructors
(constructor)(_productHandler, historyArgs, args)
Constructs a new instance of the SetSlugCommand class
Declaration
constructor(_productHandler: ProductHandler, historyArgs: IHistoryArgs, args: ISetSlugCommandArgs);
Parameters
Methods
_executeCommandBody()
Declaration
_executeCommandBody(): Promise<void>;
Returns
| Type |
Description |
| Promise<void> |
|
redo()
Declaration
Returns
| Type |
Description |
| Promise<void> |
|
undo()
Declaration
Returns
| Type |
Description |
| Promise<void> |
|