blockly > BlocklyOptions > modalInputs
İmza:
modalInputs?: boolean;
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-10-16 UTC.
[null,null,["Son güncelleme tarihi: 2024-10-16 UTC."],[[["`modalInputs` is a property within `BlocklyOptions` that allows for customization."],["When `modalInputs` is set to true, it forces input dialogs to be modal, preventing user interaction with the rest of the Blockly workspace until the dialog is addressed."],["Setting `modalInputs` to false or leaving it undefined may result in modeless input dialogs which can overlap or interfere with workspace elements."]]],["The `modalInputs` property, found within `BlocklyOptions`, is a boolean value. It's a configurable option for Blockly, although its specific function isn't defined in the context. The presence of this boolean property within the `BlocklyOptions` interface suggests it can be either `true` or `false` to modify some behavior of Blockly related to inputs.\n"]]