Stay organized with collections
Save and categorize content based on your preferences.
blockly > icons > CommentIcon > bubbleIsVisible
Signature:
bubbleIsVisible(): boolean;
Returns:
boolean
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["\u003cp\u003eThis method, belonging to the \u003ccode\u003eCommentIcon\u003c/code\u003e class within Blockly's \u003ccode\u003eicons\u003c/code\u003e namespace, is used to check the visibility of a comment bubble associated with a block.\u003c/p\u003e\n"],["\u003cp\u003eIt returns \u003ccode\u003etrue\u003c/code\u003e if the comment bubble is currently visible, and \u003ccode\u003efalse\u003c/code\u003e otherwise, providing a way to determine the comment's display state.\u003c/p\u003e\n"]]],["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"],null,["[blockly](./blockly.md) \\\u003e [icons](./blockly.icons_namespace.md) \\\u003e [CommentIcon](./blockly.icons_namespace.commenticon_class.md) \\\u003e [bubbleIsVisible](./blockly.icons_namespace.commenticon_class.bubbleisvisible_1_method.md)\n\nicons.CommentIcon.bubbleIsVisible() method\n\n**Signature:** \n\n bubbleIsVisible(): boolean;\n\n**Returns:**\n\nboolean"]]