blockly > bubbles > Bubble > select
bubbles.Bubble.select() method
Signature:
select(): void;
Returns:
void
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.
[null,null,["Last updated 2024-09-18 UTC."],[[["This method, `select()`, is associated with the `Bubble` class within the `bubbles` namespace of Blockly."],["When invoked, it visually distinguishes the bubble as selected, typically by highlighting or changing its appearance, indicating to the user that it is the currently active element."],["This method does not return any specific value (void) and primarily focuses on altering the bubble's visual state for user interaction feedback."]]],[]]