Theia API Documentation v1.71.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
common/plugin-api-rpc
ScmHistoryItemRefDto
Interface ScmHistoryItemRefDto
interface
ScmHistoryItemRefDto
{
category
?:
string
;
description
?:
string
;
icon
?:
|
UriComponents
|
ThemeIcon
|
{
dark
:
UriComponents
;
light
:
UriComponents
}
;
id
:
string
;
name
:
string
;
revision
?:
string
;
}
Index
Properties
category?
description?
icon?
id
name
revision?
Properties
Optional
category
category
?:
string
Optional
description
description
?:
string
Optional
icon
icon
?:
UriComponents
|
ThemeIcon
|
{
dark
:
UriComponents
;
light
:
UriComponents
}
id
id
:
string
name
name
:
string
Optional
revision
revision
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
category
description
icon
id
name
revision
Eclipse Theia Website
GitHub
Theia API Documentation v1.71.0
Loading...