Liking cljdoc? Tell your friends :D

dots.vscode.folding-range

A line based folding range. To be valid, start and end line must be bigger than zero and smaller than the number of lines in the document. Invalid ranges will be ignored.

A line based folding range. To be valid, start and end line must be bigger than zero and smaller than the number of lines in the document.
Invalid ranges will be ignored.
raw docstring

endcljs

(end folding-range)

The zero-based end line of the range to fold. The folded area ends with the line's last character. To be valid, the end must be zero or larger and smaller than the number of lines in the document.

The zero-based end line of the range to fold. The folded area ends with the line's last character.
To be valid, the end must be zero or larger and smaller than the number of lines in the document.
sourceraw docstring

kindcljs

(kind folding-range)

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

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

set-end!cljs

(set-end! folding-range value)

The zero-based end line of the range to fold. The folded area ends with the line's last character. To be valid, the end must be zero or larger and smaller than the number of lines in the document.

The zero-based end line of the range to fold. The folded area ends with the line's last character.
To be valid, the end must be zero or larger and smaller than the number of lines in the document.
sourceraw docstring

set-kind!cljs

(set-kind! folding-range value)

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

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

set-start!cljs

(set-start! folding-range value)

The zero-based start line of the range to fold. The folded area starts after the line's last character. To be valid, the end must be zero or larger and smaller than the number of lines in the document.

The zero-based start line of the range to fold. The folded area starts after the line's last character.
To be valid, the end must be zero or larger and smaller than the number of lines in the document.
sourceraw docstring

startcljs

(start folding-range)

The zero-based start line of the range to fold. The folded area starts after the line's last character. To be valid, the end must be zero or larger and smaller than the number of lines in the document.

The zero-based start line of the range to fold. The folded area starts after the line's last character.
To be valid, the end must be zero or larger and smaller than the number of lines in the document.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close