Liking cljdoc? Tell your friends :D

dots.vscode.decoration-instance-render-options

Represents render options for decoration instances. See {@link DecorationOptions.renderOptions }.

Represents render options for decoration instances. See {@link DecorationOptions.renderOptions }.
raw docstring

aftercljs

(after decoration-instance-render-options)

Defines the rendering options of the attachment that is inserted after the decorated text.

Defines the rendering options of the attachment that is inserted after the decorated text.
sourceraw docstring

beforecljs

(before decoration-instance-render-options)

Defines the rendering options of the attachment that is inserted before the decorated text.

Defines the rendering options of the attachment that is inserted before the decorated text.
sourceraw docstring

darkcljs

(dark decoration-instance-render-options)

Overwrite options for dark themes.

Overwrite options for dark themes.
sourceraw docstring

lightcljs

(light decoration-instance-render-options)

Overwrite options for light themes.

Overwrite options for light themes.
sourceraw docstring

set-after!cljs

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

Defines the rendering options of the attachment that is inserted after the decorated text.

Defines the rendering options of the attachment that is inserted after the decorated text.
sourceraw docstring

set-before!cljs

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

Defines the rendering options of the attachment that is inserted before the decorated text.

Defines the rendering options of the attachment that is inserted before the decorated text.
sourceraw docstring

set-dark!cljs

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

Overwrite options for dark themes.

Overwrite options for dark themes.
sourceraw docstring

set-light!cljs

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

Overwrite options for light themes.

Overwrite options for light themes.
sourceraw docstring

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

× close