data class TooltipOptions
Tooltip options.
(js)
<init> |
Tooltip options. TooltipOptions(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)
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 TooltipOptions to JavaScript JSON object. fun TooltipOptions.toJs(): dynamic |