IQuorum Interface
Interface combining tracking of clients as well as proposals in the Quorum.
To use, import via @fluidframework/driver-definitions/legacy
.
For more information about our API support guarantees, see here.
Signature
export interface IQuorum extends Omit<IQuorumClients, "on" | "once" | "off">, Omit<IQuorumProposals, "on" | "once" | "off">
Extends: Omit<IQuorumClients, "on" | "once" | "off">, Omit<IQuorumProposals, "on" | "once" | "off">
Properties
Property | Alerts | Type | Description |
---|---|---|---|
off | Alpha |
IQuorum["on"] | |
on | Alpha |
IQuorumClients["on"] & IQuorumProposals["on"] | |
once | Alpha |
IQuorum["on"] |
Property Details
off
To use, import via @fluidframework/driver-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
off: IQuorum["on"];
Type: IQuorum["on"]
on
To use, import via @fluidframework/driver-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
on: IQuorumClients["on"] & IQuorumProposals["on"];
Type: IQuorumClients["on"] & IQuorumProposals["on"]
once
To use, import via @fluidframework/driver-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
once: IQuorum["on"];
Type: IQuorum["on"]