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. |
Describes an object that allows a specific entity to be filterable.
interface DaffFilterable {
filters: DaffFilters
}
Name | Type | Description |
---|---|---|
filters | DaffFilters | The available filters. |