IFluidDataStoreRuntimeEvents Interface
Events emitted by IFluidDataStoreRuntime.
To use, import via @fluidframework/datastore-definitions/legacy
.
For more information about our API support guarantees, see here.
Signature
export interface IFluidDataStoreRuntimeEvents extends IEvent
Extends: IEvent
Call Signatures
Call Signature Details
(event: "disconnected", listener: () => void): any
To use, import via @fluidframework/datastore-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
(event: "disconnected", listener: () => void): any;
(event: "dispose", listener: () => void): any
To use, import via @fluidframework/datastore-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
(event: "dispose", listener: () => void): any;
(event: "attaching", listener: () => void): any
To use, import via @fluidframework/datastore-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
(event: "attaching", listener: () => void): any;
(event: "attached", listener: () => void): any
To use, import via @fluidframework/datastore-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
(event: "attached", listener: () => void): any;
(event: "op", listener: (message: ISequencedDocumentMessage) => void): any
To use, import via @fluidframework/datastore-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
(event: "op", listener: (message: ISequencedDocumentMessage) => void): any;
(event: "signal", listener: (message: IInboundSignalMessage, local: boolean) => void): any
To use, import via @fluidframework/datastore-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
(event: "signal", listener: (message: IInboundSignalMessage, local: boolean) => void): any;
(event: "connected", listener: (clientId: string) => void): any
To use, import via @fluidframework/datastore-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
(event: "connected", listener: (clientId: string) => void): any;