Interface DocHandleOutboundEphemeralMessagePayload<T>

Emitted when an ephemeral message is sent for this document

interface DocHandleOutboundEphemeralMessagePayload<T> {
    data: Uint8Array<ArrayBufferLike>;
    handle: DocHandle<T>;
}

Type Parameters

  • T

Properties

Properties

data: Uint8Array<ArrayBufferLike>
handle: DocHandle<T>