TriggerInformation

data class TriggerInformation(id: String, active: Boolean, domRect: DOMRect)

Foundation class of the popper data handling

See also

Constructors

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

Properties

active
Link copied to clipboard
js
val active: Boolean = false
the actual state of content
domRect
Link copied to clipboard
js
val domRect: DOMRect
the size and position of trigger
id
Link copied to clipboard
js
val id: String