Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/memory-inspector
browser/utils/memory-widget-components
InputWithSelectProps
Interface InputWithSelectProps<T>
interface
InputWithSelectProps
<
T
extends
HTMLElement
>
{
defaultValue
?:
string
;
disabled
?:
boolean
;
id
:
string
;
label
:
string
;
onChange
?:
(
event
:
ChangeEvent
)
=>
void
;
onKeyDown
?:
(
event
:
KeyboardEvent
)
=>
void
;
options
:
string
[]
;
passRef
?:
LegacyRef
<
T
>
;
placeholder
?:
string
;
title
?:
string
;
value
?:
string
;
onInputChange
?
(
e
:
ChangeEvent
<
HTMLInputElement
>
)
:
void
;
onSelectChange
?
(
e
:
ChangeEvent
)
:
void
;
}
Type Parameters
T
extends
HTMLElement
Hierarchy (
View Summary
)
InputProps
<
T
>
InputWithSelectProps
Index
Properties
default
Value?
disabled?
id
label
on
Change?
on
Key
Down?
options
pass
Ref?
placeholder?
title?
value?
Methods
on
Input
Change?
on
Select
Change?
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
<
T
>
Optional
placeholder
placeholder
?:
string
Optional
title
title
?:
string
Optional
value
value
?:
string
Methods
Optional
on
Input
Change
onInputChange
?
(
e
:
ChangeEvent
<
HTMLInputElement
>
)
:
void
Parameters
e
:
ChangeEvent
<
HTMLInputElement
>
Returns
void
Optional
on
Select
Change
onSelectChange
?
(
e
:
ChangeEvent
)
:
void
Parameters
e
:
ChangeEvent
Returns
void
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
Methods
on
Input
Change
on
Select
Change
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...