Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/scm
browser/scm-provider
ScmProvider
Interface ScmProvider
interface
ScmProvider
{
acceptInputCommand
?:
ScmCommand
;
amendSupport
?:
ScmAmendSupport
;
groups
:
ScmResourceGroup
[]
;
id
:
string
;
label
:
string
;
onDidChange
:
Event
<
void
>
;
onDidChangeCommitTemplate
:
Event
<
string
>
;
onDidChangeResources
?:
Event
<
void
>
;
onDidChangeStatusBarCommands
?:
Event
<
undefined
|
ScmCommand
[]
>
;
rootUri
:
string
;
statusBarCommands
?:
ScmCommand
[]
;
dispose
()
:
void
;
}
Hierarchy (
View Summary
)
Disposable
ScmProvider
ScmHistoryProvider
Implemented by
PluginScmProvider
Index
Properties
accept
Input
Command?
amend
Support?
groups
id
label
on
Did
Change
on
Did
Change
Commit
Template
on
Did
Change
Resources?
on
Did
Change
Status
Bar
Commands?
root
Uri
status
Bar
Commands?
Methods
dispose
Properties
Optional
Readonly
accept
Input
Command
acceptInputCommand
?:
ScmCommand
Optional
Readonly
amend
Support
amendSupport
?:
ScmAmendSupport
Readonly
groups
groups
:
ScmResourceGroup
[]
Readonly
id
id
:
string
Readonly
label
label
:
string
Readonly
on
Did
Change
onDidChange
:
Event
<
void
>
Readonly
on
Did
Change
Commit
Template
onDidChangeCommitTemplate
:
Event
<
string
>
Optional
Readonly
on
Did
Change
Resources
onDidChangeResources
?:
Event
<
void
>
Optional
Readonly
on
Did
Change
Status
Bar
Commands
onDidChangeStatusBarCommands
?:
Event
<
undefined
|
ScmCommand
[]
>
Readonly
root
Uri
rootUri
:
string
Optional
Readonly
status
Bar
Commands
statusBarCommands
?:
ScmCommand
[]
Methods
dispose
dispose
()
:
void
Dispose this object.
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
accept
Input
Command
amend
Support
groups
id
label
on
Did
Change
on
Did
Change
Commit
Template
on
Did
Change
Resources
on
Did
Change
Status
Bar
Commands
root
Uri
status
Bar
Commands
Methods
dispose
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
Dispose this object.