GitHub

DaffProductGridReset

Resets the state of the product grid redux store to its initial state.

import { DaffProductGridReset } from '@daffodil/product/state'
class DaffProductGridReset implements Action {
  readonly type: DaffProductGridActionTypes.ProductGridResetAction
}

Properties

Name Type Description
type DaffProductGridActionTypes.ProductGridResetAction