FIM
Viz
.js
API
Examples
Guides
API
GitHub
Preparing search index...
ui/tooltip
createTooltip
Function createTooltip
createTooltip
(
fim
?:
FimMap
|
{
root
?:
Element
}
,
opts
?:
{
style
?:
any
}
,
)
:
{
destroy
:
()
=>
void
;
el
:
Element
;
hide
:
()
=>
void
;
show
:
(
evt
:
any
,
html
:
string
)
=>
void
;
}
A tooltip element that shows/hides and follows the pointer.
Parameters
Optional
fim
:
FimMap
|
{
root
?:
Element
}
Optional
opts
:
{
style
?:
any
}
= {}
Returns
{
destroy
:
()
=>
void
;
el
:
Element
;
hide
:
()
=>
void
;
show
:
(
evt
:
any
,
html
:
string
)
=>
void
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Examples
Guides
API
GitHub
FIMViz.js API
Loading...
A tooltip element that shows/hides and follows the pointer.