PopoverOptions

data class PopoverOptions(val content: String? = null, 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)

Popover options.

Constructors

Link copied to clipboard
constructor(content: String? = null, 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
val animation: Boolean? = null
Link copied to clipboard
val content: String? = null
Link copied to clipboard
val delay: Int? = null
Link copied to clipboard
val hideDelay: Int? = null
Link copied to clipboard
val placement: Placement? = null
Link copied to clipboard
val rich: Boolean? = null
Link copied to clipboard
val sanitize: Boolean? = null
Link copied to clipboard
val title: String? = null
Link copied to clipboard
val triggers: List<Trigger>? = null

Functions

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

Convert PopoverOptions to JavaScript JSON object.