Theia API Documentation v1.65.0
    Preparing search index...
    interface IBaseTerminalErrorEvent {
        attached?: boolean;
        error: Error;
        terminalId: number;
    }
    Index

    Properties

    attached?: boolean
    error: Error
    terminalId: number