TooltipOptions

data class TooltipOptions(val title: String? = null, val rich: Boolean? = null, val animation: Boolean? = null, val delay: Int? = null, val hideDelay: Int? = null, val placement: Placement? = null, val triggers: List<Trigger>? = null, val sanitize: Boolean? = null)(source)

Tooltip options.

Constructors

Link copied to clipboard
constructor(title: String? = null, rich: Boolean? = null, animation: Boolean? = null, delay: Int? = null, hideDelay: Int? = null, placement: Placement? = null, triggers: List<Trigger>? = null, sanitize: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val delay: Int?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun TooltipOptions.toJs(): dynamic

Convert TooltipOptions to JavaScript JSON object.