Skip to main content

IntervalType Enum

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

To use, import via @fluidframework/sequence/legacy.

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

Signature

export declare enum IntervalType

Flags

Flag Alerts Description
Simple Alpha
SlideOnRemove Alpha SlideOnRemove indicates that the ends of the interval will slide if the segment they reference is removed and acked. See packages\dds\merge-tree\docs\REFERENCEPOSITIONS.md for details SlideOnRemove is the default interval behavior and does not need to be specified.

Simple

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

To use, import via @fluidframework/sequence/alpha.

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

Signature

Simple = 0

SlideOnRemove

SlideOnRemove indicates that the ends of the interval will slide if the segment they reference is removed and acked. See packages\dds\merge-tree\docs\REFERENCEPOSITIONS.md for details SlideOnRemove is the default interval behavior and does not need to be specified.

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

To use, import via @fluidframework/sequence/alpha.

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

Signature

SlideOnRemove = 2