GitHub

DaffSortOptions

import { DaffSortOptions } from '@daffodil/core'

The metadata that describes the sorting behavior of a collection of elements.

interface DaffSortOptions {
  default: DaffSortOption['value']
  options: DaffSortOption[]
}