OpenPopupOptions constructor

OpenPopupOptions({
  1. int? windowId,
})

Implementation

OpenPopupOptions(
    {
    /// The id of the window to open the action popup in. Defaults to the
    /// currently-active window if unspecified.
    int? windowId})
    : _wrapped = $js.OpenPopupOptions(windowId: windowId);