DaffProductPageUpdateQty
Update the qty of the current product.
import { DaffProductPageUpdateQty } from '@daffodil/product/state'
class DaffProductPageUpdateQty implements Action {
readonly type: DaffProductPageActionTypes.UpdateQtyAction
payload: number
}
Properties
Name | Type | Description |
---|---|---|
type | DaffProductPageActionTypes.UpdateQtyAction | |
payload | number |