Package dev. fritz2. components. popup
Types
Placement
Link copied to clipboard
sealed class Placement
Content copied to clipboard
Placement combines the position information (top and left coordinates) and the possible placement alternatives used by the PopupComponent.flipping automatic placement mode.
PlacementContext
Link copied to clipboard
object PlacementContext
Content copied to clipboard
PopupComponent
Link copied to clipboard
Positioning
Link copied to clipboard
class Positioning(triggerInformation: TriggerInformation, element: HTMLDivElement, offset: Double, placement: Placement, flipping: Boolean)
Content copied to clipboard
This class helps to find the right positioning of the PopupComponent.content
TriggerInformation
Link copied to clipboard
data class TriggerInformation(id: String, active: Boolean, domRect: DOMRect)
Content copied to clipboard