Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
main/browser/scm-main
PluginScmResource
Class PluginScmResource
Implements
ScmResource
Index
Constructors
constructor
Properties
command
context
Value
decorations
group
handle
source
Uri
Methods
open
Constructors
constructor
new
PluginScmResource
(
proxy
:
ScmExt
,
sourceControlHandle
:
number
,
groupHandle
:
number
,
handle
:
number
,
sourceUri
:
URI
,
group
:
PluginScmResourceGroup
,
decorations
:
ScmResourceDecorations
,
contextValue
:
undefined
|
string
,
command
:
undefined
|
ScmCommand
,
)
:
PluginScmResource
Parameters
proxy
:
ScmExt
sourceControlHandle
:
number
groupHandle
:
number
handle
:
number
sourceUri
:
URI
group
:
PluginScmResourceGroup
decorations
:
ScmResourceDecorations
contextValue
:
undefined
|
string
command
:
undefined
|
ScmCommand
Returns
PluginScmResource
Properties
Readonly
command
command
:
undefined
|
ScmCommand
Readonly
context
Value
contextValue
:
undefined
|
string
Readonly
decorations
decorations
:
ScmResourceDecorations
Readonly
group
group
:
PluginScmResourceGroup
Readonly
handle
handle
:
number
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
Constructors
constructor
Properties
command
context
Value
decorations
group
handle
source
Uri
Methods
open
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
The uri of the underlying resource inside the workspace.