IDocumentDeltaConnectionEvents Interface
To use, import via @fluidframework/driver-definitions/legacy
.
For more information about our API support guarantees, see here.
Signature
export interface IDocumentDeltaConnectionEvents extends IErrorEvent
Extends: IErrorEvent
Call Signatures
Call Signature Details
(event: "nack", listener: (documentId: string, message: INack[]) => void): any
To use, import via @fluidframework/driver-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
(event: "nack", listener: (documentId: string, message: INack[]) => void): any;
(event: "disconnect", listener: (reason: IAnyDriverError) => void): any
To use, import via @fluidframework/driver-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
(event: "disconnect", listener: (reason: IAnyDriverError) => void): any;
(event: "op", listener: (documentId: string, messages: ISequencedDocumentMessage[]) => void): any
To use, import via @fluidframework/driver-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
(event: "op", listener: (documentId: string, messages: ISequencedDocumentMessage[]) => void): any;
(event: "signal", listener: (message: ISignalMessage | ISignalMessage[]) => void): any
To use, import via @fluidframework/driver-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
(event: "signal", listener: (message: ISignalMessage | ISignalMessage[]) => void): any;
(event: "pong", listener: (latency: number) => void): any
To use, import via @fluidframework/driver-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
(event: "pong", listener: (latency: number) => void): any;
(event: "error", listener: (error: any) => void): any
To use, import via @fluidframework/driver-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
(event: "error", listener: (error: any) => void): any;