API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceDropdownOptions
@codexo/exojs / ui / stable
Options for Dropdown.
7
props
0
methods
0
events
Import
import { DropdownOptions } from '@codexo/exojs'Options for Dropdown.
Properties7
height?: numberHeight of the closed control, and of one list row. Default 36.
items?: readonly DropdownItemOne selectable entry of a Dropdown.<T>[]The entries to choose from.
padding?: numberHorizontal padding of the label and the rows, in pixels. Default 12.
placeholder?: stringText shown while nothing is selected. Default 'Select...'.
selectedIndex?: numberIndex selected initially; -1 (the default) selects nothing.
Text style overrides on top of the skin's.
width?: numberWidth in pixels. Default 180.
Source