Interface TerminalExecuteEvent

interface TerminalExecuteEvent {
    command: string;
    terminal: Terminal;
}

Properties

Properties

command: string
terminal: Terminal