angular-logoEasyForm
/
Getting Started
Introduction Configuration Custom Component Easy Form Component Form Field Directive
Basic Controls
Advanced Controls
Validations
API Reference
EasyForm / TypeAlias

SelectOptions

%%API_NAME_ANCHOR%%
No documentation has been provided.

Presentation

type SelectOptions = SelectOption<T>[] | Observable<SelectOption<T>[]> | Signal<SelectOption<T>[]>;
  • SelectOptions
  • Presentation