GitHub

DaffFilterable

import { DaffFilterable } from '@daffodil/core'

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

interface DaffFilterable {
  filters: Record<string, DaffFilter>
}

Properties

filters
Record<string, DaffFilter>

The available filters.