Theia API Documentation v1.71.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
common/plugin-api-rpc
ScmHistoryItemDto
Interface ScmHistoryItemDto
interface
ScmHistoryItemDto
{
author
?:
string
;
authorEmail
?:
string
;
authorIcon
?:
|
UriComponents
|
ThemeIcon
|
{
dark
:
UriComponents
;
light
:
UriComponents
}
;
displayId
?:
string
;
id
:
string
;
message
?:
string
|
MarkdownString
;
parentIds
?:
string
[]
;
references
?:
ScmHistoryItemRefDto
[]
;
statistics
?:
ScmHistoryItemStatisticsDto
;
subject
:
string
;
timestamp
?:
number
;
tooltip
?:
string
|
MarkdownString
;
}
Index
Properties
author?
author
Email?
author
Icon?
display
Id?
id
message?
parent
Ids?
references?
statistics?
subject
timestamp?
tooltip?
Properties
Optional
author
author
?:
string
Optional
author
Email
authorEmail
?:
string
Optional
author
Icon
authorIcon
?:
|
UriComponents
|
ThemeIcon
|
{
dark
:
UriComponents
;
light
:
UriComponents
}
Optional
display
Id
displayId
?:
string
id
id
:
string
Optional
message
message
?:
string
|
MarkdownString
Optional
parent
Ids
parentIds
?:
string
[]
Optional
references
references
?:
ScmHistoryItemRefDto
[]
Optional
statistics
statistics
?:
ScmHistoryItemStatisticsDto
subject
subject
:
string
Optional
timestamp
timestamp
?:
number
Optional
tooltip
tooltip
?:
string
|
MarkdownString
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
author
author
Email
author
Icon
display
Id
id
message
parent
Ids
references
statistics
subject
timestamp
tooltip
Eclipse Theia Website
GitHub
Theia API Documentation v1.71.0
Loading...