ISerializableInterval Interface
This api is not meant or necessary for external consumption and will be removed in subsequent release
To use, import via @fluidframework/sequence/legacy
.
For more information about our API support guarantees, see here.
Signature
export interface ISerializableInterval extends IInterval
Extends: IInterval
Properties
Property | Alerts | Type | Description |
---|---|---|---|
properties | Alpha |
PropertySet | Serializable bag of properties associated with the interval. |
Methods
Method | Alerts | Return Type | Description |
---|---|---|---|
getIntervalId() | Alpha |
string | Gets the id associated with this interval. When the interval is used as part of an interval collection, this id can be used to modify or remove the interval. |
serialize() | Deprecated , Alpha |
ISerializedInterval |
Property Details
properties
Serializable bag of properties associated with the interval.
For more information about our API support guarantees, see here.
Signature
properties: PropertySet;
Type: PropertySet
Method Details
getIntervalId
Gets the id associated with this interval. When the interval is used as part of an interval collection, this id can be used to modify or remove the interval.
For more information about our API support guarantees, see here.
Signature
getIntervalId(): string;
Returns
Return type: string
serialize
This api is not meant or necessary for external consumption and will be removed in subsequent release
For more information about our API support guarantees, see here.
Signature
serialize(): ISerializedInterval;
Returns
Return type: ISerializedInterval