openerTabId property

int? openerTabId

The ID of the tab that opened this tab. If specified, the opener tab must be in the same window as the newly created tab.

Implementation

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

Implementation

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