Skip to main content

IOldestClientObserver Interface

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 IOldestClientObserver extends IEventProvider<IOldestClientObserverEvents>

Extends: IEventProvider<IOldestClientObserverEvents>

Methods

Method Alerts Return Type Description
isOldest() Alpha boolean

Method Details

isOldest

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

isOldest(): boolean;

Returns

Return type: boolean