@globalleaderboards/sdk - v0.5.0
    Preparing search index...

    Interface SSEConnectionOptions

    SSE connection options

    interface SSEConnectionOptions {
        userId?: string;
        includeMetadata?: boolean;
        topN?: number;
    }
    Index

    Properties

    userId?: string
    includeMetadata?: boolean
    topN?: number