blockly > Flyout > isVisible
متد Flyout.isVisible()
آیا فلایوت قابل مشاهده است؟
امضا:
isVisible(): boolean;
برمیگرداند:
بولی
اگر قابل مشاهده باشد درست است.
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-01-12 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-01-12 بهوقت ساعت هماهنگ جهانی."],[[["`Flyout.isVisible()` is a method that checks the visibility state of a flyout."],["It returns `true` if the flyout is visible and `false` otherwise, providing a boolean indication of its state."]]],["The `isVisible()` method, part of the Flyout class, determines if a flyout is currently visible. It takes no arguments and returns a boolean value. If the flyout is visible, the method returns `true`; otherwise, it implicitly returns `false`. This method provides a way to check the visibility state of a flyout.\n"]]