Trigger Information
data class TriggerInformation(id: String, active: Boolean, domRect: DOMRect)
Content copied to clipboard
Foundation class of the popper data handling
See also
Constructors
TriggerInformation
Link copied to clipboard
fun TriggerInformation(id: String = "", active: Boolean = false, domRect: DOMRect = DOMRect())
Content copied to clipboard