GroupOptionsCreateProperties constructor

GroupOptionsCreateProperties({
  1. int? windowId,
})

Implementation

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