ISharedIntervalCollection Interface

Packages > fluid-framework > ISharedIntervalCollection

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

To use, import via fluid-framework/legacy.

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

Signature

export interface ISharedIntervalCollection<TInterval extends ISerializableInterval>

Type Parameters

Parameter Constraint Description
TInterval ISerializableInterval

Methods

Method Alerts Return Type Description
getIntervalCollection(label) Alpha IIntervalCollection<TInterval>

Method Details

getIntervalCollection

This API is provided as an alpha preview and may change without notice.

To use, import via fluid-framework/alpha.

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

Signature

getIntervalCollection(label: string): IIntervalCollection<TInterval>;

Parameters

Parameter Type Description
label string

Returns

Return type: IIntervalCollection <TInterval>