Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
scm
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
[]
;
}
Hierarchy
Disposable
ScmProvider
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?
Properties
Optional
Readonly
accept
Input
Command
accept
Input
Command
?:
ScmCommand
Optional
Readonly
amend
Support
amend
Support
?:
ScmAmendSupport
Readonly
groups
groups
:
ScmResourceGroup
[]
Readonly
id
id
:
string
Readonly
label
label
:
string
Readonly
on
Did
Change
on
Did
Change
:
Event
<
void
>
Readonly
on
Did
Change
Commit
Template
on
Did
Change
Commit
Template
:
Event
<
string
>
Optional
Readonly
on
Did
Change
Resources
on
Did
Change
Resources
?:
Event
<
void
>
Optional
Readonly
on
Did
Change
Status
Bar
Commands
on
Did
Change
Status
Bar
Commands
?:
Event
<
undefined
|
ScmCommand
[]
>
Readonly
root
Uri
root
Uri
:
string
Optional
Readonly
status
Bar
Commands
status
Bar
Commands
?:
ScmCommand
[]
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
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
Theia TypeDoc
Loading...