kvision-bootstrap
/
io.kvision.core
/
TooltipOptions
Tooltip
Options
data class
TooltipOptions
(title:
String
?, rich:
Boolean
?, animation:
Boolean
?, delay:
Int
?, hideDelay:
Int
?, placement:
Placement
?, triggers:
List
<
Trigger
>?, sanitize:
Boolean
?)
Content copied to clipboard
Tooltip options.
Constructors
Properties
Extensions
Constructors
TooltipOptions
Link copied to clipboard
fun
TooltipOptions
(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)
Content copied to clipboard
Properties
animation
Link copied to clipboard
val
animation
:
Boolean
? = null
Content copied to clipboard
delay
Link copied to clipboard
val
delay
:
Int
? = null
Content copied to clipboard
hideDelay
Link copied to clipboard
val
hideDelay
:
Int
? = null
Content copied to clipboard
placement
Link copied to clipboard
val
placement
:
Placement
? = null
Content copied to clipboard
rich
Link copied to clipboard
val
rich
:
Boolean
? = null
Content copied to clipboard
sanitize
Link copied to clipboard
val
sanitize
:
Boolean
? = null
Content copied to clipboard
title
Link copied to clipboard
val
title
:
String
? = null
Content copied to clipboard
triggers
Link copied to clipboard
val
triggers
:
List
<
Trigger
>? = null
Content copied to clipboard
Extensions
toJs
Link copied to clipboard
fun
TooltipOptions
.
toJs
(): dynamic
Content copied to clipboard
Convert TooltipOptions to JavaScript JSON object.