Liking cljdoc? Tell your friends :D

dots.vscode.themable-decoration-render-options

Represents theme specific rendering styles for a {@link TextEditorDecorationType text editor decoration}.

Represents theme specific rendering styles for a {@link TextEditorDecorationType text editor decoration}.
raw docstring

aftercljs

(after themable-decoration-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

background-colorcljs

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

Background color of the decoration. Use rgba() and define transparent background colors to play well with other decorations. Alternatively a color from the color registry can be {@link ThemeColor referenced}.

Returns: string | ThemeColor | undefined

Background color of the decoration. Use rgba() and define transparent background colors to play well with other decorations.
Alternatively a color from the color registry can be {@link ThemeColor referenced}.

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

beforecljs

(before themable-decoration-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

bordercljs

(border themable-decoration-render-options)

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

Returns: string | undefined

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

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

border-colorcljs

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

CSS styling property that will be applied to text enclosed by a decoration. Better use 'border' for setting one or more of the individual border properties.

Returns: string | ThemeColor | undefined

CSS styling property that will be applied to text enclosed by a decoration.
Better use 'border' for setting one or more of the individual border properties.

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

border-radiuscljs

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

CSS styling property that will be applied to text enclosed by a decoration. Better use 'border' for setting one or more of the individual border properties.

Returns: string | undefined

CSS styling property that will be applied to text enclosed by a decoration.
Better use 'border' for setting one or more of the individual border properties.

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

border-spacingcljs

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

CSS styling property that will be applied to text enclosed by a decoration. Better use 'border' for setting one or more of the individual border properties.

Returns: string | undefined

CSS styling property that will be applied to text enclosed by a decoration.
Better use 'border' for setting one or more of the individual border properties.

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

border-stylecljs

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

CSS styling property that will be applied to text enclosed by a decoration. Better use 'border' for setting one or more of the individual border properties.

Returns: string | undefined

CSS styling property that will be applied to text enclosed by a decoration.
Better use 'border' for setting one or more of the individual border properties.

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

border-widthcljs

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

CSS styling property that will be applied to text enclosed by a decoration. Better use 'border' for setting one or more of the individual border properties.

Returns: string | undefined

CSS styling property that will be applied to text enclosed by a decoration.
Better use 'border' for setting one or more of the individual border properties.

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

colorcljs

(color themable-decoration-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

cursorcljs

(cursor themable-decoration-render-options)

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

Returns: string | undefined

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

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

font-stylecljs

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

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

Returns: string | undefined

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

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

font-weightcljs

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

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

Returns: string | undefined

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

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

gutter-icon-pathcljs

(gutter-icon-path themable-decoration-render-options)

An absolute path or an URI to an image to be rendered in the gutter.

Returns: string | Uri | undefined

An **absolute path** or an URI to an image to be rendered in the gutter.

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

gutter-icon-sizecljs

(gutter-icon-size themable-decoration-render-options)

Specifies the size of the gutter icon. Available values are 'auto', 'contain', 'cover' and any percentage value. For further information: https://msdn.microsoft.com/en-us/library/jj127316(v=vs.85).aspx

Returns: string | undefined

Specifies the size of the gutter icon.
Available values are 'auto', 'contain', 'cover' and any percentage value.
For further information: https://msdn.microsoft.com/en-us/library/jj127316(v=vs.85).aspx

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

letter-spacingcljs

(letter-spacing themable-decoration-render-options)

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

Returns: string | undefined

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

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

opacitycljs

(opacity themable-decoration-render-options)

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

Returns: string | undefined

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

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

outlinecljs

(outline themable-decoration-render-options)

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

Returns: string | undefined

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

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

outline-colorcljs

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

CSS styling property that will be applied to text enclosed by a decoration. Better use 'outline' for setting one or more of the individual outline properties.

Returns: string | ThemeColor | undefined

CSS styling property that will be applied to text enclosed by a decoration.
Better use 'outline' for setting one or more of the individual outline properties.

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

outline-stylecljs

(outline-style themable-decoration-render-options)

CSS styling property that will be applied to text enclosed by a decoration. Better use 'outline' for setting one or more of the individual outline properties.

Returns: string | undefined

CSS styling property that will be applied to text enclosed by a decoration.
Better use 'outline' for setting one or more of the individual outline properties.

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

outline-widthcljs

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

CSS styling property that will be applied to text enclosed by a decoration. Better use 'outline' for setting one or more of the individual outline properties.

Returns: string | undefined

CSS styling property that will be applied to text enclosed by a decoration.
Better use 'outline' for setting one or more of the individual outline properties.

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

overview-ruler-colorcljs

(overview-ruler-color themable-decoration-render-options)

The color of the decoration in the overview ruler. Use rgba() and define transparent colors to play well with other decorations.

Returns: string | ThemeColor | undefined

The color of the decoration in the overview ruler. Use rgba() and define transparent colors to play well with other decorations.

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

set-after!cljs

(set-after! themable-decoration-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-background-color!cljs

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

Background color of the decoration. Use rgba() and define transparent background colors to play well with other decorations. Alternatively a color from the color registry can be {@link ThemeColor referenced}.

Background color of the decoration. Use rgba() and define transparent background colors to play well with other decorations.
Alternatively a color from the color registry can be {@link ThemeColor referenced}.
sourceraw docstring

set-before!cljs

(set-before! themable-decoration-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-border!cljs

(set-border! themable-decoration-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-border-color!cljs

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

CSS styling property that will be applied to text enclosed by a decoration. Better use 'border' for setting one or more of the individual border properties.

CSS styling property that will be applied to text enclosed by a decoration.
Better use 'border' for setting one or more of the individual border properties.
sourceraw docstring

set-border-radius!cljs

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

CSS styling property that will be applied to text enclosed by a decoration. Better use 'border' for setting one or more of the individual border properties.

CSS styling property that will be applied to text enclosed by a decoration.
Better use 'border' for setting one or more of the individual border properties.
sourceraw docstring

set-border-spacing!cljs

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

CSS styling property that will be applied to text enclosed by a decoration. Better use 'border' for setting one or more of the individual border properties.

CSS styling property that will be applied to text enclosed by a decoration.
Better use 'border' for setting one or more of the individual border properties.
sourceraw docstring

set-border-style!cljs

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

CSS styling property that will be applied to text enclosed by a decoration. Better use 'border' for setting one or more of the individual border properties.

CSS styling property that will be applied to text enclosed by a decoration.
Better use 'border' for setting one or more of the individual border properties.
sourceraw docstring

set-border-width!cljs

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

CSS styling property that will be applied to text enclosed by a decoration. Better use 'border' for setting one or more of the individual border properties.

CSS styling property that will be applied to text enclosed by a decoration.
Better use 'border' for setting one or more of the individual border properties.
sourceraw docstring

set-color!cljs

(set-color! themable-decoration-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-cursor!cljs

(set-cursor! themable-decoration-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-font-style!cljs

(set-font-style! themable-decoration-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-font-weight!cljs

(set-font-weight! themable-decoration-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-gutter-icon-path!cljs

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

An absolute path or an URI to an image to be rendered in the gutter.

An **absolute path** or an URI to an image to be rendered in the gutter.
sourceraw docstring

set-gutter-icon-size!cljs

(set-gutter-icon-size! themable-decoration-render-options value)

Specifies the size of the gutter icon. Available values are 'auto', 'contain', 'cover' and any percentage value. For further information: https://msdn.microsoft.com/en-us/library/jj127316(v=vs.85).aspx

Specifies the size of the gutter icon.
Available values are 'auto', 'contain', 'cover' and any percentage value.
For further information: https://msdn.microsoft.com/en-us/library/jj127316(v=vs.85).aspx
sourceraw docstring

set-letter-spacing!cljs

(set-letter-spacing! themable-decoration-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-opacity!cljs

(set-opacity! themable-decoration-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-outline!cljs

(set-outline! themable-decoration-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-outline-color!cljs

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

CSS styling property that will be applied to text enclosed by a decoration. Better use 'outline' for setting one or more of the individual outline properties.

CSS styling property that will be applied to text enclosed by a decoration.
Better use 'outline' for setting one or more of the individual outline properties.
sourceraw docstring

set-outline-style!cljs

(set-outline-style! themable-decoration-render-options value)

CSS styling property that will be applied to text enclosed by a decoration. Better use 'outline' for setting one or more of the individual outline properties.

CSS styling property that will be applied to text enclosed by a decoration.
Better use 'outline' for setting one or more of the individual outline properties.
sourceraw docstring

set-outline-width!cljs

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

CSS styling property that will be applied to text enclosed by a decoration. Better use 'outline' for setting one or more of the individual outline properties.

CSS styling property that will be applied to text enclosed by a decoration.
Better use 'outline' for setting one or more of the individual outline properties.
sourceraw docstring

set-overview-ruler-color!cljs

(set-overview-ruler-color! themable-decoration-render-options value)

The color of the decoration in the overview ruler. Use rgba() and define transparent colors to play well with other decorations.

The color of the decoration in the overview ruler. Use rgba() and define transparent colors to play well with other decorations.
sourceraw docstring

set-text-decoration!cljs

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

text-decorationcljs

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

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

Returns: string | undefined

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

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

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

× close