Interface LogCustomEventActionCreatorPayload

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

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