Enums

The following enums are available in the Dialog component:

NameValueDescription
CollisionType
'Fit' | 'Flip' | 'None'

Defines the available collision handling types for popup positioning.

  • Fit - Fit collision handling - the popup will be adjusted to fit within the viewport boundaries while maintaining its original side relative to the anchor element.
  • Flip - Flip collision handling - the popup will flip to the opposite side of its anchor element when it would otherwise extend beyond viewport boundaries.
  • None - No collision handling - the popup will maintain its original position regardless of viewport boundaries.
CollisionType
'Fit' | 'Flip' | 'None'

Defines the available collision handling types for popup positioning.

  • Fit - Fit collision handling - the popup will be adjusted to fit within the viewport boundaries while maintaining its original side relative to the anchor element.
  • Flip - Flip collision handling - the popup will flip to the opposite side of its anchor element when it would otherwise extend beyond viewport boundaries.
  • None - No collision handling - the popup will maintain its original position regardless of viewport boundaries.