Theia API Documentation v1.65.0
    Preparing search index...
    interface FrontendConnectionService {
        registerConnectionHandler(
            path: string,
            callback: (
                params: MessagingService.PathParams,
                mainChannel: Channel,
            ) => void,
        ): void;
    }

    Implemented by

    Index

    Methods