Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
timeline
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
[]
;
}
Type declaration
Optional
arguments
?:
unknown
[]
Optional
context
Value
context
Value
?:
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
Private
Inherited
Theme
OS
Light
Dark
On This Page
command
context
Value
description
detail
handle
id
label
source
timestamp
uri
Theia TypeDoc
Loading...