GitHub

DaffCollectionChangeSortingOption

import { DaffCollectionChangeSortingOption } from '@daffodil/core/state'

An action for changing the sorting option for this collection.

interface DaffCollectionChangeSortingOption {
  readonly sort: { option: any; direction: DaffSortDirectionEnum; }
}

Properties

sort
{ option: any; direction: DaffSortDirectionEnum; }

The sort option to be applied.