Class SetBleedCommand
Inheritance
SetBleedCommand
Constructors
(constructor)(_productHandler, historyArgs, args, _commandManager)
Constructs a new instance of the SetBleedCommand class
Declaration
constructor(_productHandler: ProductHandler, historyArgs: IHistoryArgs, args: ISetBleedCommandArgs, _commandManager: CommandManager);
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> |
|