widgets/cl_dropdown/cl_dropdown_registry library

Classes

CLDropdownRegistry
Singleton registry mapping CLDropdown hint labels → their DropdownState. Used by the AI assistant's select_dropdown_item tool to bypass the UI and select items programmatically without needing to tap/open overlays.
ISelectableDropdown
Abstract interface that all DropdownState instances implement to support programmatic item selection (e.g., from AI assistant custom tools).