TooltipAnchor

@Serializable
data class TooltipAnchor(val top: Boolean? = null, val left: Boolean? = null, val topLeft: Boolean? = null, val right: Boolean? = null, val topRight: Boolean? = null, val bottom: Boolean? = null, val bottomLeft: Boolean? = null, val bottomRight: Boolean? = null)

TooltipAnchor An object used to disable certain anchor positions from being used.

Constructors

Link copied to clipboard
constructor(top: Boolean? = null, left: Boolean? = null, topLeft: Boolean? = null, right: Boolean? = null, topRight: Boolean? = null, bottom: Boolean? = null, bottomLeft: Boolean? = null, bottomRight: Boolean? = null)

Properties

Link copied to clipboard
val bottom: Boolean? = null
Link copied to clipboard
val bottomLeft: Boolean? = null
Link copied to clipboard
val bottomRight: Boolean? = null
Link copied to clipboard
val left: Boolean? = null
Link copied to clipboard
val right: Boolean? = null
Link copied to clipboard
val top: Boolean? = null
Link copied to clipboard
val topLeft: Boolean? = null
Link copied to clipboard
val topRight: Boolean? = null