Bản khảo sát nghiên cứu: Cho chúng tôi biết trải nghiệm của bạn khi sử dụng Blockly
Bắt đầu khảo sát
chặn > Chú giải công cụ > ẩn
Ẩn chú thích.
Chữ ký:
export declare function hide(): void;
Trường hợp trả lại hàng:
void
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-09-11 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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"]]