Extensions

Press shift + S to search API reference.

Enum

FitInWindowModes

View source

Dictates how a Popover or Tooltip component should be kept within the viewport. Accessed via Popover.fitInWindowModes or Tooltip.fitInWindowModes.

Enum members

FLIP"flip"

If the popover would be placed offscreen, flip the placement to the other side.

NONE"none"

Allow the popover to be placed offscreen.

NUDGE"nudge"

If the popover would be placed offscreen, nudge the popover just enough so that it stays in the viewport.