Skip to main content
Version: v1

IntervalType Enum

Signature

export declare enum IntervalType

Flags

Flag Description
Nest
Simple
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\REFERENCEPOSITIONS.md for details SlideOnRemove is the default interval behavior and does not need to be specified.

Nest

Signature

Nest = 1

Simple

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\REFERENCEPOSITIONS.md for details SlideOnRemove is the default interval behavior and does not need to be specified.

Signature

SlideOnRemove = 2