Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/scm
browser/scm-provider
ScmResourceGroup
Interface ScmResourceGroup
interface
ScmResourceGroup
{
contextValue
?:
string
;
hideWhenEmpty
?:
boolean
;
id
:
string
;
label
:
string
;
provider
:
ScmProvider
;
resources
:
ScmResource
[]
;
dispose
()
:
void
;
}
Hierarchy (
View Summary
)
Disposable
ScmResourceGroup
Implemented by
PluginScmResourceGroup
Index
Properties
context
Value?
hide
When
Empty?
id
label
provider
resources
Methods
dispose
Properties
Optional
Readonly
context
Value
contextValue
?:
string
Optional
Readonly
hide
When
Empty
hideWhenEmpty
?:
boolean
Readonly
id
id
:
string
Readonly
label
label
:
string
Readonly
provider
provider
:
ScmProvider
Readonly
resources
resources
:
ScmResource
[]
Methods
dispose
dispose
()
:
void
Dispose this object.
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
context
Value
hide
When
Empty
id
label
provider
resources
Methods
dispose
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
Dispose this object.