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