overlayViewportBoundaries top-level constant

OpaqueToken<Object> const overlayViewportBoundaries

An token to provide custom viewport boundaries for popups.

By default popups are contained within the browser window. This allows apps to provide boundaries around the edges of the window to contain popups.

Implementation

const overlayViewportBoundaries = OpaqueToken('overlayViewportBoundaries');