Encuesta de investigación: Cuéntanos sobre tu experiencia con Blockly
Comenzar encuesta
blockly > BlocklyOptions > modalInputs
Signature:
modalInputs?: boolean;
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-10-16 (UTC)
[null,null,["Última actualización: 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"]]