Liking cljdoc? Tell your friends :D

dots.vscode.decoration-options

Represents options for a specific decoration in a {@link TextEditorDecorationType decoration set}.

Represents options for a specific decoration in a {@link TextEditorDecorationType decoration set}.
raw docstring

hover-messagecljs

(hover-message decoration-options)

A message that should be rendered when hovering over the decoration.

A message that should be rendered when hovering over the decoration.
sourceraw docstring

rangecljs

(range decoration-options)

Range to which this decoration is applied. The range must not be empty.

Range to which this decoration is applied. The range must not be empty.
sourceraw docstring

render-optionscljs

(render-options decoration-options)

Render options applied to the current decoration. For performance reasons, keep the number of decoration specific options small, and use decoration types wherever possible.

Render options applied to the current decoration. For performance reasons, keep the
number of decoration specific options small, and use decoration types wherever possible.
sourceraw docstring

set-hover-message!cljs

(set-hover-message! decoration-options value)

A message that should be rendered when hovering over the decoration.

A message that should be rendered when hovering over the decoration.
sourceraw docstring

set-range!cljs

(set-range! decoration-options value)

Range to which this decoration is applied. The range must not be empty.

Range to which this decoration is applied. The range must not be empty.
sourceraw docstring

set-render-options!cljs

(set-render-options! decoration-options value)

Render options applied to the current decoration. For performance reasons, keep the number of decoration specific options small, and use decoration types wherever possible.

Render options applied to the current decoration. For performance reasons, keep the
number of decoration specific options small, and use decoration types wherever possible.
sourceraw docstring

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

× close