Skip to content 

SequenceIntervalCollectionValueType Class

Packages > @fluidframework/sequence > SequenceIntervalCollectionValueType

Signature:

export declare class SequenceIntervalCollectionValueType implements IValueType<IntervalCollection<SequenceInterval>> 

Implements: IValueType<IntervalCollection<SequenceInterval>>

Properties

List of properties for this class
Property Modifiers Type Description
factory IValueFactory<IntervalCollection<SequenceInterval>>
name string
Name static string
ops MapIntervalCollection<SequenceInterval>>>

Properties

factory

Signature:

get factory(): IValueFactory<IntervalCollection<SequenceInterval>>;

name

Signature:

get name(): string;

Name

Signature:

static Name: string;

ops

Signature:

get ops(): Map<string, IValueOperation<IntervalCollection<SequenceInterval>>>;