Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FoldingRangeKind

Hierarchy

  • FoldingRangeKind

Index

Constructors

Properties

Constructors

constructor

Properties

value

value: string

Static Readonly Comment

Kind for folding range representing a comment. The value of the kind is 'comment'.

Static Readonly Imports

Kind for folding range representing a import. The value of the kind is 'imports'.

Static Readonly Region

Kind for folding range representing regions (for example marked by #region, #endregion). The value of the kind is 'region'.

Generated using TypeDoc