Stone.js API
    Preparing search index...

    IncomingEventOptions.

    interface IncomingEventOptions {
        locale?: string;
        metadata?: Record<string, unknown>;
        source: IncomingEventSource;
        timeStamp?: number;
        type?: string;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index
    locale?: string
    metadata?: Record<string, unknown>
    timeStamp?: number
    type?: string