public static interface OpenPopupCallback.Params
OpenPopupCallback
.Modifier and Type | Method and Description |
---|---|
default Rect |
initialBounds()
Returns the initial bounds of the popup.
|
default Browser |
popupBrowser()
Returns the popup
Browser instance that has been created. |
default double |
scaleFactor()
Returns the scale factor of the display where the popup is opened.
|
default Browser popupBrowser()
Browser
instance that has been created.default Rect initialBounds()
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.default double scaleFactor()