tabId property
int
get
tabId
The ID of the tab being inspected. This ID may be used with chrome.tabs.* API.
Implementation
int get tabId => $js.chrome.devtools.inspectedWindow.tabId;
The ID of the tab being inspected. This ID may be used with chrome.tabs.* API.
int get tabId => $js.chrome.devtools.inspectedWindow.tabId;