Back to API Reference
Enum
RangeDeletionBehavior
Controls a segment fully covered by deleted or replaced text.
public static readonly RangeDeletionBehavior Remove = 0Remove the segment, and the entity when no segments remain.
public static readonly RangeDeletionBehavior Collapse = 1Keep a point segment at the edit boundary.
