blockly > IAutoHideable
رابط IAutoHideable
رابط برای یک جزء که می تواند به طور خودکار پنهان شود.
امضا:
export interface IAutoHideable extends IComponent
گسترش می یابد: IComponent
روش ها
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-11-10 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-11-10 بهوقت ساعت هماهنگ جهانی."],[[["The `IAutoHideable` interface defines components in Blockly that can be automatically hidden."],["It extends the `IComponent` interface and includes a method called `autoHide` to trigger hiding the component."],["Primarily used for managing UI elements within the Blockly workspace, like context menus or toolboxes, that need to be hidden automatically based on user interactions or workspace events."]]],[]]