Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/timeline
common/timeline-model
TimelineItem
Interface TimelineItem
interface
TimelineItem
{
command
?:
Command
&
{
arguments
?:
unknown
[]
}
;
contextValue
?:
string
;
description
?:
string
;
detail
?:
string
;
handle
:
string
;
id
?:
string
;
label
:
string
;
source
:
string
;
timestamp
:
number
;
uri
:
string
;
}
Index
Properties
command?
context
Value?
description?
detail?
handle
id?
label
source
timestamp
uri
Properties
Optional
command
command
?:
Command
&
{
arguments
?:
unknown
[]
}
Optional
context
Value
contextValue
?:
string
Optional
description
description
?:
string
Optional
detail
detail
?:
string
handle
handle
:
string
Optional
id
id
?:
string
label
label
:
string
source
source
:
string
timestamp
timestamp
:
number
uri
uri
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
command
context
Value
description
detail
handle
id
label
source
timestamp
uri
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...