kvision / pl.treksoft.kvision.onsenui.dialog / Popover / <init>

<init>

(js) Popover(direction: FloatDirection? = null, cancelable: Boolean? = null, animation: Boolean? = null, classes: Set<String> = setOf(), init: (Popover.() -> Unit)? = null)

Creates a popover component.

Parameters

direction - a direction of the popover

cancelable - whether the popover can be canceled

animation - determines if the transitions are animated

classes - a set of CSS class names

init - an initializer extension function

Constructor
Creates a popover component.