Enums

The following enums are available in the Popup component:

NameValueDescription
ActionOnScrollType
'Hide' | 'None' | 'Reposition'

Defines how the popup should behave when scroll events occur in the parent container.

  • Hide - The popup will be hidden when scrolling occurs in the parent container, helping to improve performance or prevent UI clutter during scrolling.
  • None - The popup will not respond to scroll events and will maintain its absolute position on the page regardless of scrolling.
  • Reposition - The popup will recalculate and update its position to maintain proper alignment with the target element when scrolling occurs.