Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
TooltipQueue
Class TooltipQueue
Index
Methods
create
show
hide
hide
By
Id
tick
for
Each
list
by
Anchor
count
capacity
clear
dispose
Methods
Static
create
create
(
opts
?:
TooltipQueueOptions
)
:
TooltipQueue
Parameters
opts
:
TooltipQueueOptions
= {}
Returns
TooltipQueue
show
show
(
anchorId
:
string
,
content
:
string
,
opts
?:
TooltipShowOptions
)
:
number
Parameters
anchorId
:
string
content
:
string
opts
:
TooltipShowOptions
= {}
Returns
number
hide
hide
(
anchorId
:
string
)
:
number
Parameters
anchorId
:
string
Returns
number
hide
By
Id
hideById
(
id
:
number
)
:
boolean
Parameters
id
:
number
Returns
boolean
tick
tick
(
dtMs
:
number
)
:
void
Parameters
dtMs
:
number
Returns
void
for
Each
forEach
(
cb
:
(
t
:
Tooltip
)
=>
void
)
:
void
Parameters
cb
:
(
t
:
Tooltip
)
=>
void
Returns
void
list
list
()
:
Tooltip
[]
Returns
Tooltip
[]
by
Anchor
byAnchor
(
anchorId
:
string
)
:
Tooltip
[]
Parameters
anchorId
:
string
Returns
Tooltip
[]
count
count
()
:
number
Returns
number
capacity
capacity
()
:
number
Returns
number
clear
clear
()
:
void
Returns
void
dispose
dispose
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
create
show
hide
hide
By
Id
tick
for
Each
list
by
Anchor
count
capacity
clear
dispose
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...