GitHub

DaffFilterable

Describes an object that allows a specific entity to be filterable.

import { DaffFilterable } from '@daffodil/core'
interface DaffFilterable {
  filters: DaffFilters
}

Properties

Name Type Description
filters DaffFilters

The available filters.