Search
Preparing search index...
The search index is not available
Theia TypeDoc
Options
All
Public
Public/Protected
All
Inherited
Menu
Theia TypeDoc
plugin-ext
NotificationExtImpl
Class NotificationExtImpl
Hierarchy
NotificationExtImpl
Implements
NotificationExt
Index
Constructors
constructor
Properties
proxy
Methods
map
Location
with
Progress
Constructors
constructor
new
Notification
Ext
Impl
(
rpc
:
RPCProtocol
)
:
NotificationExtImpl
Parameters
rpc:
RPCProtocol
Returns
NotificationExtImpl
Properties
Private
Readonly
proxy
proxy
:
NotificationMain
Methods
Protected
map
Location
map
Location
(
location
:
SourceControl
|
Window
|
Notification
|
{
viewId
:
string
}
)
:
undefined
|
string
Parameters
location:
SourceControl
|
Window
|
Notification
|
{
viewId
:
string
}
Returns
undefined
|
string
with
Progress
with
Progress<R>
(
options
:
ProgressOptions
, task
:
(
progress
:
Progress
<
{
increment
?:
number
;
message
?:
string
}
>
, token
:
CancellationToken
)
=>
PromiseLike
<
R
>
)
:
Promise
<
R
>
Type parameters
R
Parameters
options:
ProgressOptions
task:
(
progress
:
Progress
<
{
increment
?:
number
;
message
?:
string
}
>
, token
:
CancellationToken
)
=>
PromiseLike
<
R
>
(
progress
:
Progress
<
{
increment
?:
number
;
message
?:
string
}
>
, token
:
CancellationToken
)
:
PromiseLike
<
R
>
Parameters
progress:
Progress
<
{
increment
?:
number
;
message
?:
string
}
>
token:
CancellationToken
Returns
PromiseLike
<
R
>
Returns
Promise
<
R
>
Exports
plugin-
ext
Comments
Command
Arg
Comments
Context
Command
Arg
Comments
Edit
Command
Arg
Composite
Tree
View
Node
Connection
Closed
Error
Custom
Editor
Widget
Debug
Adapter
Executable
Debug
Adapter
Inline
Implementation
Debug
Adapter
Named
Pipe
Server
Debug
Adapter
Server
Decoration
Range
Behavior
Decoration
Render
Options
Document
Link
Known
Commands
Notification
Main
Object
Identifier
Objects
Transferrer
Parameter
Information
Plugin
Contributions
Plugin
Icon
Path
Plugin
Package
Plugin
Paths
Plugin
View
Registry
Plugin
View
Widget
Schemes
Scm
Command
Arg
Selection
Provider
Commands
Signature
Help
Signature
Information
Symbol
Kind
Symbol
Kind
Converter
Text
Document
Show
Options
Text
Editor
Selection
Change
Kind
Themable
Decoration
Attachment
Render
Options
Themable
Decoration
Render
Options
Theme
Icon
Timeline
Command
Arg
Tree
View
Node
Tree
View
Selection
Webview
External
Endpoint
Webview
Widget
Workspace
Text
Edit
Dto
Notification
Ext
Impl
constructor
proxy
map
Location
with
Progress