@coveo/headless
    Preparing search index...

    Interface StaticFilterOptions

    interface StaticFilterOptions {
        id: string;
        values: StaticFilterValue[];
    }
    Index

    Properties

    Properties

    id: string

    A unique identifier for the static filter.

    The values the static filter is responsible for managing.