Represents a breadcrumb for a static filter.

interface StaticFilterBreadcrumb {
    id: string;
    values: StaticFilterBreadcrumbValue[];
}

Properties

Properties

id: string

The ID of the underlying static filter.

values: StaticFilterBreadcrumbValue[]

The list of static filter values currently selected.