@coveo/headless
    Preparing search index...

    Interface ToggleSelectStaticFilterValueActionCreatorPayload

    interface ToggleSelectStaticFilterValueActionCreatorPayload {
        id: string;
        value: StaticFilterValue;
    }
    Index

    Properties

    Properties

    id: string

    The unique identifier for the static filter.

    The target static filter value.