Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
core
SelectComponentProps
Interface SelectComponentProps
interface
SelectComponentProps
{
alignment
?:
"left"
|
"right"
;
defaultValue
?:
string
|
number
;
onBlur
?:
(
(
)
=>
void
)
;
onChange
?:
(
(
option
,
index
)
=>
void
)
;
onFocus
?:
(
(
)
=>
void
)
;
options
:
readonly
SelectOption
[]
;
}
Index
Properties
alignment?
default
Value?
on
Blur?
on
Change?
on
Focus?
options
Properties
Optional
alignment
alignment
?:
"left"
|
"right"
Optional
default
Value
default
Value
?:
string
|
number
Optional
on
Blur
on
Blur
?:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
Optional
on
Change
on
Change
?:
(
(
option
,
index
)
=>
void
)
Type declaration
(
option
,
index
)
:
void
Parameters
option
:
SelectOption
index
:
number
Returns
void
Optional
on
Focus
on
Focus
?:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
options
options
:
readonly
SelectOption
[]
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
alignment
default
Value
on
Blur
on
Change
on
Focus
options
Theia TypeDoc
Loading...