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

    The event that is emitted when a channel is closed from the remote side.

    interface ChannelCloseEvent {
        code?: number;
        reason: string;
    }
    Index

    Properties

    Properties

    code?: number
    reason: string