Class BaseProductCommand
Package: @aurigma/design-atoms
Constructors
(constructor)(_product, historyArgs, args)
Constructs a new instance of the BaseProductCommand class
Declaration
constructor(_product: Product, historyArgs: IHistoryArgs, args?: TArgs);
Parameters
| Type | Name | Description |
|---|---|---|
| Product | _product | |
| IHistoryArgs | historyArgs | |
| TArgs | args |
Properties
_product
Declaration
protected _product: Product;
Property Value
| Type | Description |
|---|---|
| Product |