One condition in a QueryFilter.

interface FilterCriteria {
    filterType?: number;
    value?: string;
}

Properties

Properties

filterType?: number

The FilterType defines how the filters are to be applied to the extensions. See the documentation on the filter type to understand how the filters are matched.

value?: string

The value used in the match based on the filter type.