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 Signature | Alerts | Return Type | Description |
|---|---|---|---|
| (event: "atomicChanged" | "versionChanged", listener: (key: string, value: any, local: boolean) => void): any | Beta | any |
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;