Liking cljdoc? Tell your friends :D

dots.vscode.decoration-render-options

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

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

aftercljs

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

darkcljs

(dark decoration-render-options)

Overwrite options for dark themes.

Returns: ThemableDecorationRenderOptions | undefined

Overwrite options for dark themes.

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

font-stylecljs

(font-style 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 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 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 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 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

lightcljs

(light decoration-render-options)

Overwrite options for light themes.

Returns: ThemableDecorationRenderOptions | undefined

Overwrite options for light themes.

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

opacitycljs

(opacity 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 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 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 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 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 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

overview-ruler-lanecljs

(overview-ruler-lane decoration-render-options)

The position in the overview ruler where the decoration should be rendered.

Returns: OverviewRulerLane | undefined

The position in the overview ruler where the decoration should be rendered.

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

range-behaviorcljs

(range-behavior decoration-render-options)

Customize the growing behavior of the decoration when edits occur at the edges of the decoration's range. Defaults to DecorationRangeBehavior.OpenOpen.

Returns: DecorationRangeBehavior | undefined

Customize the growing behavior of the decoration when edits occur at the edges of the decoration's range.
Defaults to `DecorationRangeBehavior.OpenOpen`.

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

set-after!cljs

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

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

Overwrite options for dark themes.

Overwrite options for dark themes.
sourceraw docstring

set-font-style!cljs

(set-font-style! 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! 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! 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! 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-is-whole-line!cljs

(set-is-whole-line! decoration-render-options value)

Should the decoration be rendered also on the whitespace after the line text. Defaults to false.

Should the decoration be rendered also on the whitespace after the line text.
Defaults to `false`.
sourceraw docstring

set-letter-spacing!cljs

(set-letter-spacing! 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-light!cljs

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

Overwrite options for light themes.

Overwrite options for light themes.
sourceraw docstring

set-opacity!cljs

(set-opacity! 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! 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! 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! 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! 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! 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-overview-ruler-lane!cljs

(set-overview-ruler-lane! decoration-render-options value)

The position in the overview ruler where the decoration should be rendered.

The position in the overview ruler where the decoration should be rendered.
sourceraw docstring

set-range-behavior!cljs

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

Customize the growing behavior of the decoration when edits occur at the edges of the decoration's range. Defaults to DecorationRangeBehavior.OpenOpen.

Customize the growing behavior of the decoration when edits occur at the edges of the decoration's range.
Defaults to `DecorationRangeBehavior.OpenOpen`.
sourceraw docstring

set-text-decoration!cljs

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

whole-line?cljs

(whole-line? decoration-render-options)

Should the decoration be rendered also on the whitespace after the line text. Defaults to false.

Returns: boolean | undefined

Should the decoration be rendered also on the whitespace after the line text.
Defaults to `false`.

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

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

× close