kvision
Toggle table of contents
8.2.0
js
Platform filter
js
Switch theme
Search in API
kvision
kvision-bootstrap
/
io.kvision.core
/
TooltipOptions
Tooltip
Options
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.
Members
Members & Extensions
Constructors
Tooltip
Options
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
animation
Link copied to clipboard
val
animation
:
Boolean
?
=
null
delay
Link copied to clipboard
val
delay
:
Int
?
=
null
hide
Delay
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
Functions
to
Js
Link copied to clipboard
fun
TooltipOptions
.
toJs
(
)
:
dynamic
Convert TooltipOptions to JavaScript JSON object.