interface StaticFilterValueOptions {
    caption: string;
    expression: string;
    state?: FacetValueState;
}

Properties

caption: string

A human-readable caption for the expression (e.g., Youtube).

expression: string

The query filter expression to apply when the value is selected (e.g., @filetype=="youtubevideo").

The state of the static filter value. The possible values are idle, selected, excluded.