Props
data class Props( val target: HTMLElement, val positioning: (target: HTMLElement, contentSize: Vector2D) -> Vector2D, val handle: PopupsManager.Handle, val content: PopupRenderer)
Content copied to clipboard
Constructors
Link copied to clipboard
fun Props( target: HTMLElement, positioning: (target: HTMLElement, contentSize: Vector2D) -> Vector2D, handle: PopupsManager.Handle, content: PopupRenderer)
Content copied to clipboard
Properties
Link copied to clipboard
val positioning: (target: HTMLElement, contentSize: Vector2D) -> Vector2D
Content copied to clipboard