FilterItems interface

Will contain the filter name and values to operate on

Properties

field

The name of the field we would like to filter

values

List of values to filter the current field by

Property Details

field

The name of the field we would like to filter

field?: string

Property Value

string

values

List of values to filter the current field by

values?: string[]

Property Value

string[]