Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
scm
ScmResource
Interface ScmResource
interface
ScmResource
{
decorations
?:
ScmResourceDecorations
;
group
:
ScmResourceGroup
;
sourceUri
:
URI
;
open
(
)
:
Promise
<
void
>
;
}
Index
Properties
decorations?
group
source
Uri
Methods
open
Properties
Optional
Readonly
decorations
decorations
?:
ScmResourceDecorations
Readonly
group
group
:
ScmResourceGroup
Readonly
source
Uri
source
Uri
:
URI
The uri of the underlying resource inside the workspace.
Methods
open
open
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
decorations
group
source
Uri
open
Theia TypeDoc
Loading...
The uri of the underlying resource inside the workspace.