Popover
open class Popover(direction: FloatDirection? = null, cancelable: Boolean? = null, animation: Boolean? = null, className: String? = null, init: Popover.() -> Unit? = null)
A popover component.
Parameters
direction
a direction of the popover
cancelable
whether the popover can be canceled
animation
determines if the transitions are animated
class Name
CSS class names
init
an initializer extension function
Constructors
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Hides the popover.
Link copied to clipboard
Sets device back button event listener.
Link copied to clipboard
Clears device back button event listener.
Link copied to clipboard
open fun showOnsPopover(target: <Error class: unknown class>, options: dynamic = undefined): <Error class: unknown class><Unit>?
Shows the popover.