@coveo/headless
    Preparing search index...

    Interface StaticFilterBreadcrumb

    Represents a breadcrumb for a static filter.

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

    Properties

    Properties

    id: string

    The ID of the underlying static filter.

    values: StaticFilterBreadcrumbValue[]

    The list of static filter values currently selected.