Function: setCustomTooltip()
function setCustomTooltip(customFn): void;
Defined in: packages/blockly/core/tooltip.ts:46
Sets a custom function that will be called if present instead of the default tooltip UI.
Parameters
| Parameter | Type | Description |
|---|---|---|
customFn | CustomTooltip | undefined | A custom tooltip used to render an alternate tooltip UI, or undefined to use the default implementation. |
Returns
void