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}.
(dispose source-control-resource-group)
Dispose this source control resource group.
Returns: void
Dispose this source control resource group. **Returns:** `void`
(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`
(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`
(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`
(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[]`
(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}.
(set-label! source-control-resource-group value)
The label of this source control resource group.
The label of this source control resource group.
(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}.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close