ShowHoverPopup

class ShowHoverPopup(popups: PopupsManager)

Constructors

Link copied to clipboard
fun ShowHoverPopup(popups: PopupsManager)

Functions

Link copied to clipboard
fun show(    tag: CommonAttributeGroupFacade,     positioning: (target: HTMLElement, contentSize: Vector2D) -> Vector2D,     view: PopupRenderer)

Extensions

Link copied to clipboard
fun PopupsManager.ShowHoverPopup.topCenter(    tag: CommonAttributeGroupFacade,     appearance: SemanticTag.() -> SemanticTag = { this },     content: DIV.() -> Unit)
Link copied to clipboard
fun PopupsManager.ShowHoverPopup.topLeft(    tag: CommonAttributeGroupFacade,     appearance: SemanticTag.() -> SemanticTag = { this },     content: DIV.() -> Unit)
Link copied to clipboard
fun PopupsManager.ShowHoverPopup.topRight(    tag: CommonAttributeGroupFacade,     appearance: SemanticTag.() -> SemanticTag = { this },     content: DIV.() -> Unit)