Class TransformItemsCommand
Package: @aurigma/design-atoms
Constructors
(constructor)(productHandler, historyArgs, args)
Constructs a new instance of the TransformItemsCommand class
Declaration
constructor(productHandler: ProductHandler, historyArgs: IHistoryArgs, args: ITransformItemsCommandArgs);
Parameters
| Type | Name | Description |
|---|---|---|
| ProductHandler | productHandler | |
| IHistoryArgs | historyArgs | |
| ITransformItemsCommandArgs | args |
Methods
_executeCommandBody()
Declaration
_executeCommandBody(): Promise<void>;
Returns
| Type | Description |
|---|---|
| Promise<void> |
redo()
Declaration
redo(): Promise<void>;
Returns
| Type | Description |
|---|---|
| Promise<void> |
undo()
Declaration
undo(): Promise<void>;
Returns
| Type | Description |
|---|---|
| Promise<void> |