windowId property
int
get
windowId
The ID of the window the active tab changed inside of.
Implementation
int get windowId => _wrapped.windowId;
set
windowId
(int v)
Implementation
set windowId(int v) {
_wrapped.windowId = v;
}