API reference

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

I

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?: number
Height of the closed control, and of one list row. Default 36.
The entries to choose from.
padding?: number
Horizontal padding of the label and the rows, in pixels. Default 12.
placeholder?: string
Text shown while nothing is selected. Default 'Select...'.
selectedIndex?: number
Index selected initially; -1 (the default) selects nothing.
width?: number
Width in pixels. Default 180.
Source