GitHub

DaffFilterOptionBase

The base type of a filter option.

import { DaffFilterOptionBase } from '@daffodil/core'
interface DaffFilterOptionBase {
  applied: boolean
}

Properties

Name Type Description
applied boolean

Whether or not the filter option is applied.