Interface TerminalContribution

interface TerminalContribution {
    onCreate(term): void;
}

Implemented by

Methods

Methods