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
blockly > IFlyout > isVisible
Phương thức IFlyout.isVisible()
Bạn có thấy trình đơn bật lên không?
Chữ ký:
isVisible(): boolean;
Trả về:
boolean
Đúng nếu hiển thị.
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-11-22 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2024-11-22 UTC."],[[["The `isVisible()` method, belonging to the `IFlyout` interface in Blockly, determines the visibility status of the flyout."],["It returns a boolean value: `true` if the flyout is visible, and `false` otherwise."]]],["The `isVisible()` method, part of the `IFlyout` interface, determines the visibility status of a flyout. It returns a boolean value. A `true` return indicates the flyout is currently visible. Conversely, the method will return `false` if the flyout is not visible. This method doesn't take parameters. It is used to check the flyout's display state.\n"]]