Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
core
ConnectionSource
Interface ConnectionSource
A ConnectionSource creates a Channel. The channel is valid until it sends a close event.
interface
ConnectionSource
{
onConnectionDidOpen
:
Event
<
Channel
>
;
}
Implemented by
ElectronIpcConnectionSource
FrontendOnlyConnectionSource
WebSocketConnectionSource
Index
Properties
on
Connection
Did
Open
Properties
on
Connection
Did
Open
on
Connection
Did
Open
:
Event
<
Channel
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
on
Connection
Did
Open
Theia TypeDoc
Loading...
A ConnectionSource creates a Channel. The channel is valid until it sends a close event.