Skip to main content

IConsensusRegisterCollectionEvents Interface

Events emitted by IConsensusRegisterCollection.

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

To use, import via @fluidframework/register-collection/legacy.

For more information about our API support guarantees, see here.

Signature

export interface IConsensusRegisterCollectionEvents extends ISharedObjectEvents

Extends: ISharedObjectEvents

Call Signatures

Call SignatureAlertsReturn TypeDescription
(event: "atomicChanged" | "versionChanged", listener: (key: string, value: any, local: boolean) => void): anyBetaany

Call Signature Details

(event: "atomicChanged" | "versionChanged", listener: (key: string, value: any, local: boolean) => void): any

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

For more information about our API support guarantees, see here.

Signature

(event: "atomicChanged" | "versionChanged", listener: (key: string, value: any, local: boolean) => void): any;