data class PopoverOptions
Popover options.
(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) |
(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>? |
(js)
toJs |
Convert PopoverOptions to JavaScript JSON object. fun PopoverOptions.toJs(): dynamic |