Liking cljdoc? Tell your friends :D

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

Represents theme specific rendeirng styles for {@link ThemableDecorationRenderOptions.before before} and {@link ThemableDecorationRenderOptions.after after} the content of text decorations.

Represents theme specific rendeirng styles for {@link ThemableDecorationRenderOptions.before before} and
{@link ThemableDecorationRenderOptions.after after} the content of text decorations.
raw docstring

background-colorcljs

(background-color themable-decoration-attachment-render-options)

CSS styling property that will be applied to the decoration attachment.

Returns: string | ThemeColor | undefined

CSS styling property that will be applied to the decoration attachment.

**Returns:** `string | ThemeColor | undefined`
sourceraw docstring

bordercljs

(border themable-decoration-attachment-render-options)

CSS styling property that will be applied to the decoration attachment.

Returns: string | undefined

CSS styling property that will be applied to the decoration attachment.

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

border-colorcljs

(border-color themable-decoration-attachment-render-options)

CSS styling property that will be applied to text enclosed by a decoration.

Returns: string | ThemeColor | undefined

CSS styling property that will be applied to text enclosed by a decoration.

**Returns:** `string | ThemeColor | undefined`
sourceraw docstring

colorcljs

(color themable-decoration-attachment-render-options)

CSS styling property that will be applied to the decoration attachment.

Returns: string | ThemeColor | undefined

CSS styling property that will be applied to the decoration attachment.

**Returns:** `string | ThemeColor | undefined`
sourceraw docstring

content-icon-pathcljs

(content-icon-path themable-decoration-attachment-render-options)

An absolute path or an URI to an image to be rendered in the attachment. Either an icon or a text can be shown, but not both.

Returns: string | Uri | undefined

An **absolute path** or an URI to an image to be rendered in the attachment. Either an icon
or a text can be shown, but not both.

**Returns:** `string | Uri | undefined`
sourceraw docstring

content-textcljs

(content-text themable-decoration-attachment-render-options)

Defines a text content that is shown in the attachment. Either an icon or a text can be shown, but not both.

Returns: string | undefined

Defines a text content that is shown in the attachment. Either an icon or a text can be shown, but not both.

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

font-stylecljs

(font-style themable-decoration-attachment-render-options)

CSS styling property that will be applied to the decoration attachment.

Returns: string | undefined

CSS styling property that will be applied to the decoration attachment.

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

font-weightcljs

(font-weight themable-decoration-attachment-render-options)

CSS styling property that will be applied to the decoration attachment.

Returns: string | undefined

CSS styling property that will be applied to the decoration attachment.

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

heightcljs

(height themable-decoration-attachment-render-options)

CSS styling property that will be applied to the decoration attachment.

Returns: string | undefined

CSS styling property that will be applied to the decoration attachment.

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

margincljs

(margin themable-decoration-attachment-render-options)

CSS styling property that will be applied to the decoration attachment.

Returns: string | undefined

CSS styling property that will be applied to the decoration attachment.

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

set-background-color!cljs

(set-background-color! themable-decoration-attachment-render-options value)

CSS styling property that will be applied to the decoration attachment.

CSS styling property that will be applied to the decoration attachment.
sourceraw docstring

set-border!cljs

(set-border! themable-decoration-attachment-render-options value)

CSS styling property that will be applied to the decoration attachment.

CSS styling property that will be applied to the decoration attachment.
sourceraw docstring

set-border-color!cljs

(set-border-color! themable-decoration-attachment-render-options value)

CSS styling property that will be applied to text enclosed by a decoration.

CSS styling property that will be applied to text enclosed by a decoration.
sourceraw docstring

set-color!cljs

(set-color! themable-decoration-attachment-render-options value)

CSS styling property that will be applied to the decoration attachment.

CSS styling property that will be applied to the decoration attachment.
sourceraw docstring

set-content-icon-path!cljs

(set-content-icon-path! themable-decoration-attachment-render-options value)

An absolute path or an URI to an image to be rendered in the attachment. Either an icon or a text can be shown, but not both.

An **absolute path** or an URI to an image to be rendered in the attachment. Either an icon
or a text can be shown, but not both.
sourceraw docstring

set-content-text!cljs

(set-content-text! themable-decoration-attachment-render-options value)

Defines a text content that is shown in the attachment. Either an icon or a text can be shown, but not both.

Defines a text content that is shown in the attachment. Either an icon or a text can be shown, but not both.
sourceraw docstring

set-font-style!cljs

(set-font-style! themable-decoration-attachment-render-options value)

CSS styling property that will be applied to the decoration attachment.

CSS styling property that will be applied to the decoration attachment.
sourceraw docstring

set-font-weight!cljs

(set-font-weight! themable-decoration-attachment-render-options value)

CSS styling property that will be applied to the decoration attachment.

CSS styling property that will be applied to the decoration attachment.
sourceraw docstring

set-height!cljs

(set-height! themable-decoration-attachment-render-options value)

CSS styling property that will be applied to the decoration attachment.

CSS styling property that will be applied to the decoration attachment.
sourceraw docstring

set-margin!cljs

(set-margin! themable-decoration-attachment-render-options value)

CSS styling property that will be applied to the decoration attachment.

CSS styling property that will be applied to the decoration attachment.
sourceraw docstring

set-text-decoration!cljs

(set-text-decoration! themable-decoration-attachment-render-options value)

CSS styling property that will be applied to the decoration attachment.

CSS styling property that will be applied to the decoration attachment.
sourceraw docstring

set-width!cljs

(set-width! themable-decoration-attachment-render-options value)

CSS styling property that will be applied to the decoration attachment.

CSS styling property that will be applied to the decoration attachment.
sourceraw docstring

text-decorationcljs

(text-decoration themable-decoration-attachment-render-options)

CSS styling property that will be applied to the decoration attachment.

Returns: string | undefined

CSS styling property that will be applied to the decoration attachment.

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

widthcljs

(width themable-decoration-attachment-render-options)

CSS styling property that will be applied to the decoration attachment.

Returns: string | undefined

CSS styling property that will be applied to the decoration attachment.

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

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

× close