Interface Payload

Source
Expand description

The status-update payload exchanged between peers.

This is an internal wire shape, not a stable part of the public API: it is only exported so test fakes can be typed against WebxdcTransport. Treat its fields as subject to change.

interface Payload {
    serializedYjsUpdate: string;
}

Properties§

§serializedYjsUpdate: string