Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
browser/widgets/select-component
SelectComponentProps
Interface SelectComponentProps
interface
SelectComponentProps
{
alignment
?:
"left"
|
"right"
;
className
?:
string
;
defaultValue
?:
string
|
number
;
id
?:
string
;
onBlur
?:
()
=>
void
;
onChange
?:
(
option
:
SelectOption
,
index
:
number
)
=>
void
;
onFocus
?:
()
=>
void
;
options
:
readonly
SelectOption
[]
;
}
Index
Properties
alignment?
class
Name?
default
Value?
id?
on
Blur?
on
Change?
on
Focus?
options
Properties
Optional
alignment
alignment
?:
"left"
|
"right"
Optional
class
Name
className
?:
string
Optional
default
Value
defaultValue
?:
string
|
number
Optional
id
id
?:
string
Optional
on
Blur
onBlur
?:
()
=>
void
Optional
on
Change
onChange
?:
(
option
:
SelectOption
,
index
:
number
)
=>
void
Optional
on
Focus
onFocus
?:
()
=>
void
options
options
:
readonly
SelectOption
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
alignment
class
Name
default
Value
id
on
Blur
on
Change
on
Focus
options
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...