IOldestClientObserverEvents Interface
Events emitted by IOldestClientObservable.
This API is provided for existing users, but is not recommended for new users.
To use, import via @fluid-experimental/oldest-client-observer/legacy
.
For more information about our API support guarantees, see here.
Signature
export interface IOldestClientObserverEvents extends IEvent
Extends: IEvent
Call Signatures
CallSignature | Alerts | Description |
---|---|---|
(event: "becameOldest" | "lostOldest", listener: () => void): any | Alpha |
Call Signature Details
(event: "becameOldest" | "lostOldest", listener: () => void): any
This API is provided as an alpha preview and may change without notice.
To use, import via @fluid-experimental/oldest-client-observer/alpha
.
For more information about our API support guarantees, see here.
Signature
(event: "becameOldest" | "lostOldest", listener: () => void): any;