@coveo/headless
    Preparing search index...

    Interface RegisterStaticFilterActionCreatorPayload

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

    Properties

    Properties

    id: string

    A unique identifier for the static filter.

    The values of the static filter.