Liking cljdoc? Tell your friends :D

dots.vscode.themable-decoration-instance-render-options

Represents themable render options for decoration instances.

Represents themable render options for decoration instances.
raw docstring

aftercljs

(after themable-decoration-instance-render-options)

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

Returns: ThemableDecorationAttachmentRenderOptions | undefined

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

**Returns:** `ThemableDecorationAttachmentRenderOptions | undefined`
sourceraw docstring

beforecljs

(before themable-decoration-instance-render-options)

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

Returns: ThemableDecorationAttachmentRenderOptions | undefined

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

**Returns:** `ThemableDecorationAttachmentRenderOptions | undefined`
sourceraw docstring

set-after!cljs

(set-after! themable-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! themable-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

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

× close