Class ChangeBarcodeFormatCommand
Package: @aurigma/design-atoms
Constructors
(constructor)(productHandler, args, historyArgs)
Constructs a new instance of the ChangeBarcodeFormatCommand class
Declaration
constructor(productHandler: ProductHandler, args: IChangeBarcodeFormatCommandArgs, historyArgs: IHistoryArgs);
Parameters
| Type | Name | Description |
|---|---|---|
| ProductHandler | productHandler | |
| IChangeBarcodeFormatCommandArgs | args | |
| IHistoryArgs | historyArgs |
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> |