Theia API Documentation v1.75.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/scm
browser/scm-history-graph-model
HistoryGraphEntry
Interface HistoryGraphEntry
interface
HistoryGraphEntry
{
graphRow
:
GraphRow
;
isCurrent
:
boolean
;
item
:
ScmHistoryItem
;
}
Index
Properties
graph
Row
is
Current
item
Properties
Readonly
graph
Row
graphRow
:
GraphRow
Readonly
is
Current
isCurrent
:
boolean
True when this item is the commit the current history item ref points at (HEAD).
Readonly
item
item
:
ScmHistoryItem
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
graph
Row
is
Current
item
Eclipse Theia Website
GitHub
Theia API Documentation v1.75.0
Loading...
True when this item is the commit the current history item ref points at (HEAD).