Skip to main content
Version: v1

IQuorumEvents Interface

IQuorumEvents are the events fired by an IQuorum.

Signature

export interface IQuorumEvents extends ISharedObjectEvents

Extends: ISharedObjectEvents

Call Signatures

CallSignature Description
(event: "pending" | "accepted", listener: (key: string) => void): any Notifies when a new value goes pending or has been accepted.

Call Signature Details

(event: "pending" | "accepted", listener: (key: string) => void): any

Notifies when a new value goes pending or has been accepted.

Signature

(event: "pending" | "accepted", listener: (key: string) => void): any;