調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
[blockly] > [フライアウト] > [コンテンツ]
Flyout.contents プロパティ
表示されるボタンとブロックのリスト。
署名:
protected contents: FlyoutItem[];
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-12 UTC。
[null,null,["最終更新日 2024-09-12 UTC。"],[[["The `contents` property of the `Flyout` class is a list that holds all visible buttons and blocks within the flyout."],["This property is of type `FlyoutItem[]`, indicating it stores an array of objects inheriting from the `FlyoutItem` class, which can represent either buttons or blocks."],["Access to this property is protected, meaning it can only be accessed directly from within the `Flyout` class or its subclasses."]]],["The `Flyout.contents` property is a protected member representing a list of visible items within a Flyout. This list, of type `FlyoutItem[]`, specifically contains the buttons and blocks that are currently displayed in the Flyout. It's a core component for managing the interactive elements present in the Flyout interface.\n"]]