Interface TerminalInterruptEvent

interface TerminalInterruptEvent {
    terminal: Terminal;
}

Properties

Properties

terminal: Terminal