Liking cljdoc? Tell your friends :D

dots.vscode.file-decoration

A file decoration represents metadata that can be rendered with a file.

A file decoration represents metadata that can be rendered with a file.
raw docstring

badgecljs

(badge file-decoration)

A very short string that represents this decoration.

Returns: string | undefined

A very short string that represents this decoration.

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

colorcljs

(color file-decoration)

The color of this decoration.

Returns: ThemeColor | undefined

The color of this decoration.

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

propagate?cljs

(propagate? file-decoration)

A flag expressing that this decoration should be propagated to its parents.

Returns: boolean | undefined

A flag expressing that this decoration should be
propagated to its parents.

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

set-badge!cljs

(set-badge! file-decoration value)

A very short string that represents this decoration.

A very short string that represents this decoration.
sourceraw docstring

set-color!cljs

(set-color! file-decoration value)

The color of this decoration.

The color of this decoration.
sourceraw docstring

set-propagate!cljs

(set-propagate! file-decoration value)

A flag expressing that this decoration should be propagated to its parents.

A flag expressing that this decoration should be
propagated to its parents.
sourceraw docstring

set-tooltip!cljs

(set-tooltip! file-decoration value)

A human-readable tooltip for this decoration.

A human-readable tooltip for this decoration.
sourceraw docstring

tooltipcljs

(tooltip file-decoration)

A human-readable tooltip for this decoration.

Returns: string | undefined

A human-readable tooltip for this decoration.

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

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

× close