Interface TerminalSplitLocation

interface TerminalSplitLocation {
    parentTerminal: string;
}

Properties

Properties

parentTerminal: string