Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/memory-inspector
browser/utils/memory-widget-components
LabelAndSelectProps
Interface LabelAndSelectProps
interface
LabelAndSelectProps
{
defaultValue
?:
string
;
disabled
?:
boolean
;
id
:
string
;
label
:
string
;
onChange
?:
(
event
:
ChangeEvent
)
=>
void
;
onKeyDown
?:
(
event
:
KeyboardEvent
)
=>
void
;
options
:
string
[]
;
passRef
?:
LegacyRef
<
HTMLSelectElement
>
;
placeholder
?:
string
;
title
?:
string
;
value
?:
string
;
}
Hierarchy (
View Summary
)
InputProps
<
HTMLSelectElement
>
LabelAndSelectProps
Index
Properties
default
Value?
disabled?
id
label
on
Change?
on
Key
Down?
options
pass
Ref?
placeholder?
title?
value?
Properties
Optional
default
Value
defaultValue
?:
string
Optional
disabled
disabled
?:
boolean
id
id
:
string
label
label
:
string
Optional
on
Change
onChange
?:
(
event
:
ChangeEvent
)
=>
void
Optional
on
Key
Down
onKeyDown
?:
(
event
:
KeyboardEvent
)
=>
void
options
options
:
string
[]
Optional
pass
Ref
passRef
?:
LegacyRef
<
HTMLSelectElement
>
Optional
placeholder
placeholder
?:
string
Optional
title
title
?:
string
Optional
value
value
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
default
Value
disabled
id
label
on
Change
on
Key
Down
options
pass
Ref
placeholder
title
value
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...