Interface WebsocketClientContext<T>

Type Parameters

  • T

Hierarchy

  • WebsocketClientContext

Properties

appId?: string
clientId?: string
parse: ((json: any) => T)

Type declaration

    • (json: any): T
    • Parameters

      • json: any

      Returns T

websocketHost?: string

Generated using TypeDoc