Liking cljdoc? Tell your friends :D

dots.vscode.source-control-resource-decorations

The decorations for a {@link SourceControlResourceState source control resource state}. Can be independently specified for light and dark themes.

The decorations for a {@link SourceControlResourceState source control resource state}.
Can be independently specified for light and dark themes.
raw docstring

darkcljs

(dark source-control-resource-decorations)

The dark theme decorations.

Returns: SourceControlResourceThemableDecorations | undefined

The dark theme decorations.

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

faded?cljs

(faded? source-control-resource-decorations)

Whether the {@link SourceControlResourceState source control resource state} should be faded in the UI.

Returns: boolean | undefined

Whether the {@link SourceControlResourceState source control resource state} should
be faded in the UI.

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

icon-pathcljs

(icon-path source-control-resource-decorations)

The icon path for a specific {@link SourceControlResourceState source control resource state}.

Returns: string | Uri | ThemeIcon | undefined

The icon path for a specific
{@link SourceControlResourceState source control resource state}.

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

lightcljs

(light source-control-resource-decorations)

The light theme decorations.

Returns: SourceControlResourceThemableDecorations | undefined

The light theme decorations.

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

strike-through?cljs

(strike-through? source-control-resource-decorations)

Whether the {@link SourceControlResourceState source control resource state} should be striked-through in the UI.

Returns: boolean | undefined

Whether the {@link SourceControlResourceState source control resource state} should
be striked-through in the UI.

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

tooltipcljs

(tooltip source-control-resource-decorations)

The title for a specific {@link SourceControlResourceState source control resource state}.

Returns: string | undefined

The title for a specific
{@link SourceControlResourceState source control resource state}.

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

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

× close