Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/scm-extra
history/scm-history-provider
ScmHistoryProvider
Interface ScmHistoryProvider
interface
ScmHistoryProvider
{
acceptInputCommand
?:
ScmCommand
;
amendSupport
?:
ScmAmendSupport
;
groups
:
ScmResourceGroup
[]
;
historySupport
?:
ScmHistorySupport
;
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
)
ScmProvider
ScmHistoryProvider
Index
Properties
accept
Input
Command?
amend
Support?
groups
history
Support?
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
[]
Optional
history
Support
historySupport
?:
ScmHistorySupport
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
history
Support
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.