tabId property
int?
get
tabId
The ID of the tab in which the frame is.
Implementation
int? get tabId => _wrapped.tabId;
set
tabId
(int? v)
Implementation
set tabId(int? v) {
_wrapped.tabId = v;
}