kvision / pl.treksoft.kvision.core / PopoverOptions

PopoverOptions

(js) data class PopoverOptions

Popover options.

Constructors

(js)

<init>

Popover options.

PopoverOptions(content: String? = null, title: String? = null, rich: Boolean? = null, animation: Boolean? = null, delay: Int? = null, placement: Placement? = null, triggers: List<Trigger>? = null, sanitize: Boolean? = null)

Properties

(js)

animation

val animation: Boolean?
(js)

content

val content: String?
(js)

delay

val delay: Int?
(js)

placement

val placement: Placement?
(js)

rich

val rich: Boolean?
(js)

sanitize

val sanitize: Boolean?
(js)

title

val title: String?
(js)

triggers

val triggers: List<Trigger>?

Extension Functions

(js)

toJs

Convert PopoverOptions to JavaScript JSON object.

fun PopoverOptions.toJs(): dynamic