Interface IBaseTerminalErrorEvent

interface IBaseTerminalErrorEvent {
    attached?: boolean;
    error: Error;
    terminalId: number;
}

Properties

attached?: boolean
error: Error
terminalId: number