EvilHoverCache Module
Functions and values
Function or value | Description |
|
|
Full Usage:
changeToolTip tipName tipText xPos yPos ttXMaxEdge isVisible
Parameters:
string
tipText : string
-
Text to display in the tooltip.
xPos : float
-
X-coordinate of the tooltip.
yPos : float
-
Y-coordinate of the tooltip.
ttXMaxEdge : float
-
Maximum X-coordinate of the tooltip right edge.
isVisible : bool
-
True if the tooltip is visible, false if it is hidden.
|
|
|
|
Full Usage:
evilSvgToolTip tipName ws tipText textProps
Parameters:
string
ws : WaveSimModel
tipText : string
textProps : IProp list
Returns: ReactElement
|
|
|
|
Full Usage:
getWaveToolTip cycle waveNum ws
Parameters:
int
waveNum : int
ws : WaveSimModel
Returns: string
|
|
|