блочно > Параметры > модальные входы
Подпись:
modalInputs: boolean;
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-11-14 UTC.
[null,null,["Последнее обновление: 2024-11-14 UTC."],[[["This property, belonging to the `Blockly.Options` class, dictates whether or not workspace dialogs and context menus should be rendered as modal windows."],["Setting `modalInputs` to `true` ensures that workspace dialogs, such as function creation and variable renaming, appear as modal windows, restricting interaction to the dialog until it's dismissed."],["When `modalInputs` is `false` (the default), dialogs and context menus will instead overlay the workspace, potentially allowing interaction with blocks beneath them."]]],[]]