@coveo/headless
    Preparing search index...

    Interface LogCustomEventActionCreatorPayload

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

    Properties

    Properties

    evt: string

    The event cause identifier of the custom action

    meta?: Record<string, unknown>

    The event metadata.

    type: string

    The event type identifier of the custom action