openerTabId property
int?
get
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;
set
openerTabId
(int? v)
Implementation
set openerTabId(int? v) {
_wrapped.openerTabId = v;
}