blockly > Dica > ocultar
Ocultar a dica.
Signature:
export declare function hide(): void;
Retorna:
void
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2024-09-11 UTC.
[null,null,["Última atualização 2024-09-11 UTC."],[[["The `Tooltip.hide()` function is used to conceal the tooltip element from view."],["This function does not accept any arguments and does not return any value."],["The function belongs to the `Tooltip` namespace in Blockly and is specifically used for managing the display of tooltips associated with blocks or elements within the Blockly workspace."]]],["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"]]