Describes the behavior of decorations when typing/editing at their edges.
Static variables
staticread onlyClosedClosed:DecorationRangeBehavior
The decoration's range will not widen when edits occur at the start or end.
staticread onlyClosedOpen:DecorationRangeBehavior
The decoration's range will widen when edits occur at the end, but not at the start.
staticread onlyOpenClosed:DecorationRangeBehavior
The decoration's range will widen when edits occur at the start, but not at the end.
staticread onlyOpenOpen:DecorationRangeBehavior
The decoration's range will widen when edits occur at the start or end.