Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration DecorationRangeBehavior

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

索引

Enumeration members(4)

Enumeration members(4)

OpenOpen

OpenOpen: = 0

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

ClosedClosed

ClosedClosed: = 1

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

OpenClosed

OpenClosed: = 2

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

ClosedOpen

ClosedOpen: = 3

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

友链:VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场

Generated by TypeDoc. Maintained by 洛竹