nanome.api.ui.dropdown_item module¶
-
class
DropdownItem(name='item')[source]¶ Bases:
nanome._internal.ui.models._DropdownItemRepresents a dropdown item in a dropdown menu-
close_on_selected¶ - Whether or not this item will close the Dropdown after being selectedSetting this value to false can allows for multiple items to be selected.
Type: bool
-