lspeasy / core/src / FoldingRangeKind
Variable: FoldingRangeKind
ts
const FoldingRangeKind: {
Comment: "comment";
Imports: "imports";
Region: "region";
};Defined in: packages/core/src/protocol/enums.ts:195
Type Declaration
| Name | Type | Default value | Defined in |
|---|---|---|---|
Comment | "comment" | 'comment' | packages/core/src/protocol/enums.ts:196 |
Imports | "imports" | 'imports' | packages/core/src/protocol/enums.ts:197 |
Region | "region" | 'region' | packages/core/src/protocol/enums.ts:198 |