GitHub

DaffSearchProductCollectionChangeSortingOption

import { DaffSearchProductCollectionChangeSortingOption } from '@daffodil/search-product/state'
class DaffSearchProductCollectionChangeSortingOption implements DaffCollectionChangeSortingOption {
  readonly type: DaffSearchProductCollectionActionTypes.SearchProductChangeSortingOptionAction
  sort: {
      option: DaffCollectionRequest['appliedSortOption'];
      direction: DaffCollectionRequest['appliedSortDirection'];
  }
}

Properties

Name Type Description
type DaffSearchProductCollectionActionTypes.SearchProductChangeSortingOptionAction
sort { option: DaffCollectionRequest['appliedSortOption']; direction: DaffCollectionRequest['appliedSortDirection']; }

The sort option to be applied.