แบบสำรวจการวิจัย: บอกให้เราทราบเกี่ยวกับประสบการณ์การใช้งาน Blockly
เริ่มแบบสำรวจ
blockly > ไอคอน > CommentIcon > bubbleIsVisible
ลายเซ็น:
bubbleIsVisible(): boolean;
การคืนสินค้า:
boolean
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-09-12 UTC
[null,null,["อัปเดตล่าสุด 2024-09-12 UTC"],[[["This method, belonging to the `CommentIcon` class within Blockly's `icons` namespace, is used to check the visibility of a comment bubble associated with a block."],["It returns `true` if the comment bubble is currently visible, and `false` otherwise, providing a way to determine the comment's display state."]]],["The `bubbleIsVisible()` method, part of the `CommentIcon` class within the `icons` namespace, determines the visibility status of a comment bubble. This method takes no input parameters and returns a boolean value. A `true` return indicates the comment bubble is currently visible, while `false` indicates it is not. The method is a part of the `Blockly` library.\n"]]