PlacementContext

object PlacementContext

This object offers some values for setting up the placement of some popup.

Should be also used as context for custom popup based components as context for some placement property.

See also

Properties

bottom
Link copied to clipboard
js
val bottom: Placement.Bottom
bottomEnd
Link copied to clipboard
js
val bottomEnd: Placement.BottomEnd
bottomStart
Link copied to clipboard
js
val bottomStart: Placement.BottomStart
left
Link copied to clipboard
js
val left: Placement.Left
leftEnd
Link copied to clipboard
js
val leftEnd: Placement.LeftEnd
leftStart
Link copied to clipboard
js
val leftStart: Placement.LeftStart
right
Link copied to clipboard
js
val right: Placement.Right
rightEnd
Link copied to clipboard
js
val rightEnd: Placement.RightEnd
rightStart
Link copied to clipboard
js
val rightStart: Placement.RightStart
top
Link copied to clipboard
js
val top: Placement.Top
topEnd
Link copied to clipboard
js
val topEnd: Placement.TopEnd
topStart
Link copied to clipboard
js
val topStart: Placement.TopStart