Liking cljdoc? Tell your friends :D

dots.vscode.source-control-resource-group

A source control resource group is a collection of {@link SourceControlResourceState source control resource states}.

A source control resource group is a collection of
{@link SourceControlResourceState source control resource states}.
raw docstring

disposecljs

(dispose source-control-resource-group)

Dispose this source control resource group.

Returns: void

Dispose this source control resource group.

**Returns:** `void`
sourceraw docstring

hide-when-empty?cljs

(hide-when-empty? source-control-resource-group)

Whether this source control resource group is hidden when it contains no {@link SourceControlResourceState source control resource states}.

Returns: boolean | undefined

Whether this source control resource group is hidden when it contains
no {@link SourceControlResourceState source control resource states}.

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

idcljs

(id source-control-resource-group)

The id of this source control resource group.

Returns: string

The id of this source control resource group.

**Returns:** `string`
sourceraw docstring

labelcljs

(label source-control-resource-group)

The label of this source control resource group.

Returns: string

The label of this source control resource group.

**Returns:** `string`
sourceraw docstring

resource-statescljs

(resource-states source-control-resource-group)

This group's collection of {@link SourceControlResourceState source control resource states}.

Returns: SourceControlResourceState[]

This group's collection of
{@link SourceControlResourceState source control resource states}.

**Returns:** `SourceControlResourceState[]`
sourceraw docstring

set-hide-when-empty!cljs

(set-hide-when-empty! source-control-resource-group value)

Whether this source control resource group is hidden when it contains no {@link SourceControlResourceState source control resource states}.

Whether this source control resource group is hidden when it contains
no {@link SourceControlResourceState source control resource states}.
sourceraw docstring

set-label!cljs

(set-label! source-control-resource-group value)

The label of this source control resource group.

The label of this source control resource group.
sourceraw docstring

set-resource-states!cljs

(set-resource-states! source-control-resource-group value)

This group's collection of {@link SourceControlResourceState source control resource states}.

This group's collection of
{@link SourceControlResourceState source control resource states}.
sourceraw docstring

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

× close