blockly > Tooltip > getCustomTooltip
Tooltip.getCustomTooltip() function
Gets the custom tooltip function.
Signature:
export declare function getCustomTooltip(): CustomTooltip | undefined;
Returns:
CustomTooltip | undefined
The custom tooltip function, if defined.