onDidChangeActiveTerminal property

Event<Terminal?> get onDidChangeActiveTerminal

An {@link Event} which fires when the {@link window.activeTerminalactive terminal} has changed. Note that the event also fires when the active terminal changes to undefined.

Implementation

_i4.Event<_i4.Terminal?> get onDidChangeActiveTerminal => _i3.getProperty(
      this,
      'onDidChangeActiveTerminal',
    );