IntervalCollectionValueType Class
Packages > @fluidframework/sequence > IntervalCollectionValueType
Signature:
export declare class IntervalCollectionValueType implements IValueType<IntervalCollection<Interval>>
Implements: IValueType<IntervalCollection<Interval>>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
factory | IValueFactory<IntervalCollection<Interval>> | ||
name | string | ||
Name | static |
string | |
ops | Map |
Properties
factory
Signature:
get factory(): IValueFactory<IntervalCollection<Interval>>;
name
Signature:
get name(): string;
Name
Signature:
static Name: string;
ops
Signature:
get ops(): Map<string, IValueOperation<IntervalCollection<Interval>>>;