clik-engine API
GitHub
Preparing search index...
DropdownConfig
Interface DropdownConfig
interface
DropdownConfig
{
backgroundColor
?:
number
;
fontSize
?:
string
;
height
?:
number
;
hoverColor
?:
number
;
maxVisibleItems
?:
number
;
onChange
?:
(
value
:
string
,
label
:
string
)
=>
void
;
options
:
DropdownOption
[]
;
placeholder
?:
string
;
selected
?:
string
;
textColor
?:
string
;
width
?:
number
;
x
:
number
;
y
:
number
;
}
Index
Properties
background
Color?
font
Size?
height?
hover
Color?
max
Visible
Items?
on
Change?
options
placeholder?
selected?
text
Color?
width?
x
y
Properties
Optional
background
Color
backgroundColor
?:
number
Optional
font
Size
fontSize
?:
string
Optional
height
height
?:
number
Optional
hover
Color
hoverColor
?:
number
Optional
max
Visible
Items
maxVisibleItems
?:
number
Optional
on
Change
onChange
?:
(
value
:
string
,
label
:
string
)
=>
void
options
options
:
DropdownOption
[]
Optional
placeholder
placeholder
?:
string
Optional
selected
selected
?:
string
Optional
text
Color
textColor
?:
string
Optional
width
width
?:
number
x
x
:
number
y
y
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
background
Color
font
Size
height
hover
Color
max
Visible
Items
on
Change
options
placeholder
selected
text
Color
width
x
y
GitHub
clik-engine API
Loading...