PopoverOptions

data class PopoverOptions(content: String?, title: String?, rich: Boolean?, animation: Boolean?, delay: Int?, hideDelay: Int?, placement: Placement?, triggers: List<Trigger>?, sanitize: Boolean?)

Popover options.

Constructors

PopoverOptions
Link copied to clipboard
fun PopoverOptions(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

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

Extensions

toJs
Link copied to clipboard
fun PopoverOptions.toJs(): dynamic
Convert PopoverOptions to JavaScript JSON object.