TriggerInformation

data class TriggerInformation(    val id: String = "",     val active: Boolean = false,     val domRect: DOMRect = DOMRect())

Foundation class of the popper data handling

See also

Constructors

Link copied to clipboard
fun TriggerInformation(    id: String = "",     active: Boolean = false,     domRect: DOMRect = DOMRect())

Properties

Link copied to clipboard
val active: Boolean = false

the actual state of content

Link copied to clipboard
val domRect: DOMRect

the size and position of trigger

Link copied to clipboard
val id: String