data class PopoverOptions
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)
Popover options. |
val animation: Boolean? |
|
val content: String? |
|
val delay: Int? |
|
val placement: Placement? |
|
val rich: Boolean? |
|
val sanitize: Boolean? |
|
val title: String? |
|
val triggers: List<Trigger>? |
fun <T> Any?.createInstance(vararg args: dynamic): T
Helper function for creating JavaScript objects from dynamic constructors. |
|
fun PopoverOptions.toJs(): dynamic
Convert PopoverOptions to JavaScript JSON object. |