FilterValueMeta

Metadata for filter values with field and available values

FilterValueMeta = object

Represents metadata for a filter value. Contains the field that can be filtered on and available values.

Properties

field

field: FilterField | null

The field that can be filtered on


values

values: (FilterValue | null)[] | null

Available values for this filter field