blockly > Flyout > buttons_
Liste der sichtbaren Schaltflächen.
Unterschrift:
protected buttons_: FlyoutButton[];
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-09-12 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-09-12 (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"]]