ui/widget/ids_dropdown_string library
Classes
- IDSDropDownString
- A widget that displays a dropdown with a list of strings.
Typedefs
-
IDSDropDownCallback<
T, V> = void Function(T request, V value) - A typedef for dropdown callback function used in IDS dropdowns.