Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
browser/messaging/connection-source
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
onConnectionDidOpen
:
Event
<
Channel
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
Connection
Did
Open
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
A ConnectionSource creates a Channel. The channel is valid until it sends a close event.