FastLED 3.9.15
Loading...
Searching...
No Matches

◆ getOption()

fl::string fl::UIDropdownImpl::getOption ( fl::size index) const
inline

Definition at line 328 of file ui_impl.h.

328 {
329 if (index < mOptions.size()) {
330 return mOptions[index];
331 }
332 return fl::string("Invalid");
333 }
fl::vector< fl::string > mOptions
Definition ui_impl.h:351

References mOptions.