FIM
Viz
.js
API
Examples
Guides
API
GitHub
Preparing search index...
ui/infoWindow
createInfoWindow
Function createInfoWindow
createInfoWindow
(
fim
?:
FimMap
|
{
root
?:
Element
}
,
opts
?:
{
style
?:
any
}
,
)
:
{
close
:
()
=>
void
;
destroy
:
()
=>
void
;
el
:
Element
;
open
:
(
evt
:
any
,
html
:
string
|
Node
)
=>
void
;
}
A dismissible info window positioned at the pointer.
Parameters
Optional
fim
:
FimMap
|
{
root
?:
Element
}
Optional
opts
:
{
style
?:
any
}
= {}
Returns
{
close
:
()
=>
void
;
destroy
:
()
=>
void
;
el
:
Element
;
open
:
(
evt
:
any
,
html
:
string
|
Node
)
=>
void
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Examples
Guides
API
GitHub
FIMViz.js API
Loading...
A dismissible info window positioned at the pointer.