Function: getTooltipOfObject()
function getTooltipOfObject(object): string;
Defined in: packages/blockly/core/tooltip.ts:147
Returns the tooltip text for the given element.
Parameters
| Parameter | Type | Description |
|---|---|---|
object | any | The object to get the tooltip text of. |
Returns
string
The tooltip text of the element.