API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceDropdownItem
@codexo/exojs / ui / stable
One selectable entry of a Dropdown.
2
props
0
methods
0
events
Import
import { DropdownItem } from '@codexo/exojs'One selectable entry of a Dropdown.
Properties2
label: stringText shown for this entry.
value: TThe value Dropdown.onChange reports when it is picked.
Source