Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
common/plugin-api-rpc
NotificationExt
Interface NotificationExt
interface
NotificationExt
{
$acceptProgressCanceled
(
progressId
:
string
)
:
void
;
withProgress
<
R
>
(
options
:
ProgressOptions
,
task
:
(
progress
:
Progress
<
{
increment
?:
number
;
message
?:
string
}
>
,
token
:
CancellationToken
,
)
=>
PromiseLike
<
R
>
,
)
:
PromiseLike
<
R
>
;
}
Implemented by
NotificationExtImpl
Index
Methods
$accept
Progress
Canceled
with
Progress
Methods
$accept
Progress
Canceled
$acceptProgressCanceled
(
progressId
:
string
)
:
void
Parameters
progressId
:
string
Returns
void
with
Progress
withProgress
<
R
>
(
options
:
ProgressOptions
,
task
:
(
progress
:
Progress
<
{
increment
?:
number
;
message
?:
string
}
>
,
token
:
CancellationToken
,
)
=>
PromiseLike
<
R
>
,
)
:
PromiseLike
<
R
>
Type Parameters
R
Parameters
options
:
ProgressOptions
task
:
(
progress
:
Progress
<
{
increment
?:
number
;
message
?:
string
}
>
,
token
:
CancellationToken
,
)
=>
PromiseLike
<
R
>
Returns
PromiseLike
<
R
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
$accept
Progress
Canceled
with
Progress
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...