TooltipPosition

data class TooltipPosition(zone: Zone, layout: LayoutPosition)

Holds a Tooltip layout information, the zone is the zone on which the tooltip is expected to "anchor", the layout is where the tooltip is expected to be placed from that zone.

The Tooltip will then place itself from these informations

Constructors

TooltipPosition
Link copied to clipboard
common
fun TooltipPosition(zone: Zone, layout: LayoutPosition)

Properties

layout
Link copied to clipboard
common
val layout: LayoutPosition
The expected LayoutPosition for the Tooltip, relative to its zone.
zone
Link copied to clipboard
common
val zone: Zone
The zone on which the Tooltip is attached.