Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/scm
browser/scm-provider
ScmResource
Interface ScmResource
interface
ScmResource
{
decorations
?:
ScmResourceDecorations
;
group
:
ScmResourceGroup
;
sourceUri
:
URI
;
open
()
:
Promise
<
void
>
;
}
Implemented by
PluginScmResource
Index
Properties
decorations?
group
source
Uri
Methods
open
Properties
Optional
Readonly
decorations
decorations
?:
ScmResourceDecorations
Readonly
group
group
:
ScmResourceGroup
Readonly
source
Uri
sourceUri
:
URI
The uri of the underlying resource inside the workspace.
Methods
open
open
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
decorations
group
source
Uri
Methods
open
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
The uri of the underlying resource inside the workspace.