Interface OpenPopupCallback.Params
- Enclosing interface:
- OpenPopupCallback
public static interface OpenPopupCallback.Params
The parameters of the
OpenPopupCallback
.-
Method Details
-
popupBrowser
Returns the popupBrowser
instance that has been created. -
initialBounds
Returns the initial bounds of the popup. If the popup is opened as a result of thewindow.open()
JavaScript function, the return value represents the corresponding attributes of theWindowFeatures
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.
-