Describes the behavior of decorations when typing/editing at their edges.

Static variables

@:enumstaticread onlyClosedClosed:DecorationRangeBehavior

The decoration's range will not widen when edits occur at the start or end.

@:enumstaticread onlyClosedOpen:DecorationRangeBehavior

The decoration's range will widen when edits occur at the end, but not at the start.

@:enumstaticread onlyOpenClosed:DecorationRangeBehavior

The decoration's range will widen when edits occur at the start, but not at the end.

@:enumstaticread onlyOpenOpen:DecorationRangeBehavior

The decoration's range will widen when edits occur at the start or end.