Stay organized with collections
Save and categorize content based on your preferences.
blockly > Tooltip > hide
Hide the tooltip.
Signature:
export declare function hide(): void;
Returns:
void
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eTooltip.hide()\u003c/code\u003e function is used to conceal the tooltip element from view.\u003c/p\u003e\n"],["\u003cp\u003eThis function does not accept any arguments and does not return any value.\u003c/p\u003e\n"],["\u003cp\u003eThe function belongs to the \u003ccode\u003eTooltip\u003c/code\u003e namespace in Blockly and is specifically used for managing the display of tooltips associated with blocks or elements within the Blockly workspace.\u003c/p\u003e\n"]]],["The `Tooltip.hide()` function is designed to conceal a tooltip. It is a standalone function, taking no parameters and returning no value. Its core action is to remove the tooltip from view. The function's declaration specifies its export status and its lack of input or output, ensuring that invoking it directly results in the tooltip's immediate removal.\n"],null,["[blockly](./blockly.md) \\\u003e [Tooltip](./blockly.tooltip_namespace.md) \\\u003e [hide](./blockly.tooltip_namespace.hide_1_function.md)\n\nTooltip.hide() function\n-----------------------\n\nHide the tooltip.\n\n**Signature:** \n\n export declare function hide(): void;\n\n**Returns:**\n\nvoid"]]