Placement

enum Placement : Enum<Placement>

Tooltip / Popover placements.

Entries

RIGHT
Link copied to clipboard
RIGHT("right")
LEFT
Link copied to clipboard
LEFT("left")
BOTTOM
Link copied to clipboard
BOTTOM("bottom")
TOP
Link copied to clipboard
TOP("top")
AUTO
Link copied to clipboard
AUTO("auto")

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int