Function: getCustomTooltip()
function getCustomTooltip(): CustomTooltip | undefined;
Defined in: packages/blockly/core/tooltip.ts:55
Gets the custom tooltip function.
Returns
CustomTooltip | undefined
The custom tooltip function, if defined.
function getCustomTooltip(): CustomTooltip | undefined;
Defined in: packages/blockly/core/tooltip.ts:55
Gets the custom tooltip function.
CustomTooltip | undefined
The custom tooltip function, if defined.