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

    Interface LogSearchEventActionCreatorPayload

    interface LogSearchEventActionCreatorPayload {
        evt: string;
        meta?: Record<string, unknown>;
    }
    Index

    Properties

    Properties

    evt: string

    The identifier of the search action (e.g., interfaceLoad).

    meta?: Record<string, unknown>

    The event metadata.