গবেষণা সমীক্ষা: ব্লকলি
স্টার্ট সার্ভে নিয়ে আপনার অভিজ্ঞতা সম্পর্কে আমাদের বলুন
ব্লকলি > টুলটিপ > লুকান
টুলটিপ লুকান।
স্বাক্ষর:
export declare function hide(): void;
রিটার্ন:
অকার্যকর
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-06 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-06 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"]]