A scoped and simplified part of the headless state that is relevant to the StaticFilter controller.

interface StaticFilterState {
    hasActiveValues: boolean;
    id: string;
    values: StaticFilterValue[];
}

Properties

hasActiveValues: boolean

true if there is at least one non-idle value and false otherwise.

id: string

The static filter id.

The static filter values.