blockly > Flyout > buttons_
List of visible buttons.
Signature:
protected buttons_: FlyoutButton[];
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."],[[["`buttons_` is a protected property of the `Flyout` class in Blockly."],["It stores an array of `FlyoutButton` objects, representing the visible buttons on the flyout."],["This property helps manage and control the interactive buttons displayed within a Blockly flyout."]]],["The `Flyout.buttons_` property is a list containing visible buttons within a Flyout. It's defined as a protected property, `buttons_`, which is an array of `FlyoutButton` objects. This list represents the interactive buttons currently displayed in the Flyout interface. These buttons are managed and accessible through this array, enabling interaction and manipulation of the Flyout's button elements.\n"]]