openerTabId property

int? openerTabId

The ID of the tab that opened this tab, if any. This property is only present if the opener tab still exists.

Implementation

int? get openerTabId => _wrapped.openerTabId;
void openerTabId=(int? v)

Implementation

set openerTabId(int? v) {
  _wrapped.openerTabId = v;
}