Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
common/plugin-api-rpc
TimelineExt
Interface TimelineExt
interface
TimelineExt
{
$getTimeline
(
source
:
string
,
uri
:
UriComponents
,
options
:
TimelineOptions
,
internalOptions
?:
InternalTimelineOptions
,
)
:
Promise
<
undefined
|
Timeline
>
;
}
Implemented by
TimelineExtImpl
Index
Methods
$get
Timeline
Methods
$get
Timeline
$getTimeline
(
source
:
string
,
uri
:
UriComponents
,
options
:
TimelineOptions
,
internalOptions
?:
InternalTimelineOptions
,
)
:
Promise
<
undefined
|
Timeline
>
Parameters
source
:
string
uri
:
UriComponents
options
:
TimelineOptions
Optional
internalOptions
:
InternalTimelineOptions
Returns
Promise
<
undefined
|
Timeline
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
$get
Timeline
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...