DaffCartClear
Triggers the removal of all items from the cart.
import { DaffCartClear } from '@daffodil/cart/state'
class DaffCartClear implements Action {
readonly type: DaffCartActionTypes.CartClearAction
}
Properties
Name | Type | Description |
---|---|---|
type | DaffCartActionTypes.CartClearAction |