activeTerminal property

Terminal? get activeTerminal

The currently active terminal or undefined. The active terminal is the one that currently has focus or most recently had focus.

Implementation

_i4.Terminal? get activeTerminal => _i3.getProperty(
      this,
      'activeTerminal',
    );