Interface LogSearchEventActionCreatorPayload

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

Properties

Properties

evt: string

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

meta?: Record<string, unknown>

The event metadata.