@mathjax/src
Preparing search index...
output/common/Wrappers/maction
TooltipData
Variable TooltipData
Const
TooltipData
:
{
clearDelay
:
number
;
clearTimer
:
Map
<
any
,
number
>
;
dx
:
string
;
dy
:
string
;
hoverTimer
:
Map
<
any
,
number
>
;
postDelay
:
number
;
stopTimers
:
(
node
:
any
,
data
:
ActionData
)
=>
void
;
}
= ...
Data used for tooltip actions
Type declaration
clearDelay
:
number
clearTimer
:
Map
<
any
,
number
>
dx
:
string
dy
:
string
hoverTimer
:
Map
<
any
,
number
>
postDelay
:
number
stopTimers
:
(
node
:
any
,
data
:
ActionData
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@mathjax/src
Loading...
Data used for tooltip actions