GroupOptionsCreateProperties constructor
GroupOptionsCreateProperties({
- int? windowId,
Implementation
GroupOptionsCreateProperties(
{
/// The window of the new group. Defaults to the current window.
int? windowId})
: _wrapped = $js.GroupOptionsCreateProperties(windowId: windowId);