Theia API Documentation v1.65.0
    Preparing search index...
    interface ElectronMessagingService {
        ipcChannel(
            path: string,
            callback: (
                params: ElectronMessagingService.PathParams,
                socket: Channel,
            ) => void,
        ): void;
    }

    Implemented by

    Index

    Methods

    Methods