Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface EmitEventOptions

    interface EmitEventOptions {
        id?: string;
        sessionId?: string;
        source?: EventSourceInput;
        timestamp?: number;
        traceId?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id?: string
    sessionId?: string
    timestamp?: number
    traceId?: string