Type Alias WebxdcTransport

Source
Expand description

The subset of Webxdc this provider uses. Pass your full window.webxdc here.

type WebxdcTransport = Pick<
    Webxdc<Payload>,

        | "setUpdateListener"
        | "sendUpdate"
        | "sendUpdateInterval"
        | "joinRealtimeChannel",
>