Search
Preparing search index...
The search index is not available
Theia TypeDoc
Options
All
Public
Public/Protected
All
Inherited
Menu
Theia TypeDoc
plugin-ext
PluginChannel
Class PluginChannel
A channel communicating with a counterpart in a plugin host.
Hierarchy
PluginChannel
Implements
DebugChannel
Index
Constructors
constructor
Properties
closed
Emitter
connection
error
Emitter
id
message
Emitter
Methods
close
fire
Closed
fire
Error
fire
Message
Received
on
Close
on
Error
on
Message
send
Constructors
constructor
new
Plugin
Channel
(
id
:
string
, connection
:
ConnectionExt
|
ConnectionMain
)
:
PluginChannel
Parameters
id:
string
connection:
ConnectionExt
|
ConnectionMain
Returns
PluginChannel
Properties
Private
closed
Emitter
closed
Emitter
:
Emitter
<
void
>
= ...
Protected
Readonly
connection
connection
:
ConnectionExt
|
ConnectionMain
Private
error
Emitter
error
Emitter
:
Emitter
<
unknown
>
= ...
Protected
Readonly
id
id
:
string
Private
message
Emitter
message
Emitter
:
Emitter
<
string
>
= ...
Methods
close
close
(
)
:
void
Returns
void
fire
Closed
fire
Closed
(
)
:
void
Returns
void
fire
Error
fire
Error
(
error
:
unknown
)
:
void
Parameters
error:
unknown
Returns
void
fire
Message
Received
fire
Message
Received
(
msg
:
string
)
:
void
Parameters
msg:
string
Returns
void
on
Close
on
Close
(
cb
:
(
(
code
:
number
, reason
:
string
)
=>
void
)
)
:
void
Parameters
cb:
(
(
code
:
number
, reason
:
string
)
=>
void
)
(
code
:
number
, reason
:
string
)
:
void
Parameters
code:
number
reason:
string
Returns
void
Returns
void
on
Error
on
Error
(
cb
:
(
(
reason
:
any
)
=>
void
)
)
:
void
Parameters
cb:
(
(
reason
:
any
)
=>
void
)
(
reason
:
any
)
:
void
Parameters
reason:
any
Returns
void
Returns
void
on
Message
on
Message
(
cb
:
(
(
message
:
string
)
=>
void
)
)
:
void
Parameters
cb:
(
(
message
:
string
)
=>
void
)
(
message
:
string
)
:
void
Parameters
message:
string
Returns
void
Returns
void
send
send
(
content
:
string
)
:
void
Parameters
content:
string
Returns
void
Modules
bulk-
edit
callhierarchy
console
core
debug
editor
editor-
preview
electron
external-
terminal
file-
search
filesystem
getting-
started
git
keymaps
markers
memory-
inspector
messages
metrics
mini-
browser
monaco
navigator
outline-
view
output
plugin
plugin-
dev
plugin-
ext
Comments
Command
Arg
Comments
Context
Command
Arg
Comments
Edit
Command
Arg
Composite
Tree
View
Node
Connection
Closed
Error
Custom
Editor
Widget
Data
Transfer
Data
Transfer
Data
Transfer
Item
Data
Transfer
Item
Debug
Adapter
Executable
Debug
Adapter
Inline
Implementation
Debug
Adapter
Named
Pipe
Server
Debug
Adapter
Server
Decoration
Range
Behavior
Decoration
Render
Options
Document
Link
Inlay
Hint
Kind
Known
Commands
Notification
Main
Object
Identifier
Parameter
Information
Plugin
Contributions
Plugin
Icon
Path
Plugin
Identifiers
Plugin
Package
Plugin
Paths
Plugin
View
Registry
Plugin
View
Widget
Process
Terminate
Message
Process
Terminated
Message
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
Item
Reference
Tree
View
Node
View
Column
Webview
External
Endpoint
Webview
Widget
Workspace
Text
Edit
Dto
plugin-
ext-
vscode
plugin-
metrics
preferences
preview
process
property-
view
scm
scm-
extra
search-
in-
workspace
secondary-
window
task
terminal
timeline
toolbar
typehierarchy
userstorage
variable-
resolver
vsx-
registry
workspace
Plugin
Channel
constructor
closed
Emitter
connection
error
Emitter
id
message
Emitter
close
fire
Closed
fire
Error
fire
Message
Received
on
Close
on
Error
on
Message
send
A channel communicating with a counterpart in a plugin host.