Class PlaceholderContentResetCommand
Inheritance
PlaceholderContentResetCommand
Constructors
(constructor)(productHandler, args, historyArgs)
Constructs a new instance of the PlaceholderContentResetCommand class
Declaration
constructor(productHandler: ProductHandler, args: IPlaceholderContentResetCommandArgs, historyArgs: IHistoryArgs);
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> |
|