kind

Describes the Kind} of the folding range such as {@link FoldingRangeKind.Comment Comment or Region. The kind is used to categorize folding ranges and used by commands like 'Fold all comments'. See FoldingRangeKind for an enumeration of all kinds. If not set, the range is originated from a syntax element.

Online Documentation