Stone.js API
    Preparing search index...

    EventOptions.

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

    Hierarchy (View Summary)

    Indexable

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