GitHub

DaffFilterable

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

API

interface DaffFilterable {
  filters: DaffFilters
}

Properties

Name Type Description
filters DaffFilters The available filters.