windowId property
int?
get
windowId
The window to move the group to. Defaults to the window the group is
currently in. Note that groups can only be moved to and from windows with
windows.WindowType type "normal"
.
Implementation
int? get windowId => _wrapped.windowId;
set
windowId
(int? v)
Implementation
set windowId(int? v) {
_wrapped.windowId = v;
}