Interface OpenPopupCallback.Params

Enclosing interface:
OpenPopupCallback

public static interface OpenPopupCallback.Params
The parameters of the OpenPopupCallback.
  • Method Summary

    Modifier and Type
    Method
    Description
    default Rect
    Returns the initial bounds of the popup.
    default Browser
    Returns the popup Browser instance that has been created.
    default double
    Returns the scale factor of the display where the popup is opened.
  • Method Details

    • popupBrowser

      default Browser popupBrowser()
      Returns the popup Browser instance that has been created.
    • initialBounds

      default Rect initialBounds()
      Returns the initial bounds of the popup. If the popup is opened as a result of the window.open() JavaScript function, the return value represents the corresponding attributes of the WindowFeatures parameter passed to this function. The return value represents an empty rect in case no bounds were passed.
    • scaleFactor

      default double scaleFactor()
      Returns the scale factor of the display where the popup is opened.