Type Alias: CustomTooltip
type CustomTooltip = (p1, p2) => AnyDuringMigration;
Defined in: packages/blockly/core/tooltip.ts:30
A function that renders custom tooltip UI. 1st parameter: the div element to render content into. 2nd parameter: the element being moused over (i.e., the element for which the tooltip should be shown).
Parameters
| Parameter | Type |
|---|---|
p1 | Element |
p2 | Element |
Returns
AnyDuringMigration