Interface TerminalSplitLocationOptions

Uses the parent Terminal's location for the terminal

interface TerminalSplitLocationOptions {
    parentTerminal: Terminal;
}

Properties

Properties

parentTerminal: Terminal

The parent terminal to split this terminal beside. This works whether the parent terminal is in the panel or the editor area.