location property

Object? get location

The {@link TerminalLocation} or {@link TerminalEditorLocationOptions} or {@link TerminalSplitLocationOptions} for the terminal.

Implementation

_i2.Object? get location => _i5.getProperty(
      this,
      'location',
    );
set location (Object? value)

Implementation

set location(_i2.Object? value) {
  _i5.setProperty(
    this,
    'location',
    value ?? _i6.undefined,
  );
}