tabId property

int? tabId

If specified, only matches rules for the given tab. Matches rules not associated with any active tab if set to -1.

Implementation

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

Implementation

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