Interface TerminalShellIntegrationChangeEvent

An event signalling that a terminal's shell integration has changed.

Stubbed

interface TerminalShellIntegrationChangeEvent {
    shellIntegration: TerminalShellIntegration;
    terminal: Terminal;
}

Properties

shellIntegration: TerminalShellIntegration

The shell integration object.

Stubbed

terminal: Terminal

The terminal that shell integration has been activated in.

Stubbed