Theia API Documentation v1.65.0
    Preparing search index...

    A ConnectionSource creates a Channel. The channel is valid until it sends a close event.

    interface ConnectionSource {
        onConnectionDidOpen: Event<Channel>;
    }

    Implemented by

    Index

    Properties

    onConnectionDidOpen: Event<Channel>