@coveo/headless-react
    Preparing search index...

    Interface RegisterQuerySetQueryActionCreatorPayload

    interface RegisterQuerySetQueryActionCreatorPayload {
        id: string;
        query: string;
    }
    Index

    Properties

    Properties

    id: string

    The unique identifier of the target query.

    query: string

    The initial basic query expression.