ShowTooltip
ShowTooltip = (
preferPlacingAboveCursor?
) =>void
Defined in: tooltips.ts:15
Moves to tooltip to align with the cursor and shows it.
Parameters
Section titled “Parameters”preferPlacingAboveCursor?
Section titled “preferPlacingAboveCursor?”boolean
Whether the preferred position is above the cursor or not.
Returns
Section titled “Returns”void