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