IQuorum Interface

Packages > @fluidframework/driver-definitions > IQuorum

Interface combining tracking of clients as well as proposals in the Quorum.

This API is provided for existing users, but is not recommended for new users.

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

This API is provided as an alpha preview and may change without notice.

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

This API is provided as an alpha preview and may change without notice.

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

This API is provided as an alpha preview and may change without notice.

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”]