Interface TerminalProfile

interface TerminalProfile {
    start(): Promise<TerminalWidget>;
}

Implemented by

Methods

Methods