API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

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: string
Text shown for this entry.
value: T
The value Dropdown.onChange reports when it is picked.
Source