Props

data class Props(    val target: HTMLElement,     val positioning: (target: HTMLElement, contentSize: Vector2D) -> Vector2D,     val handle: PopupsManager.Handle,     val content: PopupRenderer)

Constructors

Link copied to clipboard
fun Props(    target: HTMLElement,     positioning: (target: HTMLElement, contentSize: Vector2D) -> Vector2D,     handle: PopupsManager.Handle,     content: PopupRenderer)

Properties

Link copied to clipboard
val content: PopupRenderer
Link copied to clipboard
val handle: PopupsManager.Handle
Link copied to clipboard
val positioning: (target: HTMLElement, contentSize: Vector2D) -> Vector2D
Link copied to clipboard
val target: HTMLElement