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