Skip to content 

ISharedIntervalCollection Interface

Packages > @fluidframework/sequence > ISharedIntervalCollection

Signature:

export interface ISharedIntervalCollection<TInterval extends ISerializableInterval> 

Methods

List of methods of this class
Method Description
getIntervalCollection(label)
waitIntervalCollection(label)

Methods

getIntervalCollection

Signature:

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

Parameters

List of parameters
Parameter Type Description
label string

Returns:

IntervalCollection<TInterval>

waitIntervalCollection

Signature:

waitIntervalCollection(label: string): Promise<IntervalCollection<TInterval>>;

Parameters

List of parameters
Parameter Type Description
label string

Returns:

Promise<IntervalCollection<TInterval>>