Encuesta de investigación: Cuéntanos sobre tu experiencia con Blockly
Comenzar encuesta
blockly > FieldDropdown > menu_
El menú desplegable.
Signature:
protected menu_: Menu | null;
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-09-10 (UTC)
[null,null,["Última actualización: 2024-09-10 (UTC)"],[[["`FieldDropdown.menu_` is a protected property representing the dropdown menu associated with a field."],["It stores a reference to a `Menu` object, which can be null if the menu is not currently displayed."],["This property is primarily used internally by Blockly for managing the dropdown's behavior and appearance."]]],["The `FieldDropdown.menu_` property represents the dropdown menu associated with a `FieldDropdown` object. It can either hold a `Menu` object or be null, indicating the absence of a menu. This protected property stores the active dropdown menu, enabling interaction and management of the options within the dropdown component.\n"]]