RBWCM-SDK Documentation - v1.1.0
    Preparing search index...

    Type Alias RankedClientEventMap

    RankedClientEventMap: { [K in keyof BaseEventMap]: BaseEventMap[K] } & {
        [K in RankedEvent as `${K}`]: [payload: RankedEventPayloads[K]]
    } & { [K in LocalEvents as `${K}`]: BaseEventMap[K] }

    The complete event map for the RankedClient, combining both local SDK events and backend events. This type is used to ensure type-safety and accurate autocomplete when registering event listeners with client.on().