blockly > مربع الأدوات > updateFlyout_
لتحديد ما إذا كان سيتم إخفاء القائمة المنبثقة أو إظهارها بناءً على العنصر المحدد.
Signature:
protected updateFlyout_(oldItem: ISelectableToolboxItem | null, newItem: ISelectableToolboxItem | null): void;
المعلمات
المرتجعات:
فراغ
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-08-22 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-08-22 (حسب التوقيت العالمي المتفَّق عليه)"],[[["The `updateFlyout_` method determines the flyout's visibility based on the currently selected toolbox item."],["It takes two arguments: `oldItem`, representing the previously selected item, and `newItem`, representing the currently selected item, both of which can be null."],["This method is responsible for managing the display of the flyout in response to user interactions with the toolbox."]]],[]]