Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
memory-inspector
InputProps
Interface InputProps<T>
interface
InputProps
<
T
>
{
defaultValue
?:
string
;
disabled
?:
boolean
;
id
:
string
;
label
:
string
;
onChange
?:
(
(
event
)
=>
void
)
;
onKeyDown
?:
(
(
event
)
=>
void
)
;
passRef
?:
LegacyRef
<
T
>
;
placeholder
?:
string
;
title
?:
string
;
value
?:
string
;
}
Type Parameters
T
extends
HTMLElement
=
HTMLElement
Hierarchy (
view full
)
InputProps
LabelAndSelectProps
LabelAndSelectWithNameProps
InputWithSelectProps
Index
Properties
default
Value?
disabled?
id
label
on
Change?
on
Key
Down?
pass
Ref?
placeholder?
title?
value?
Properties
Optional
default
Value
default
Value
?:
string
Optional
disabled
disabled
?:
boolean
id
id
:
string
label
label
:
string
Optional
on
Change
on
Change
?:
(
(
event
)
=>
void
)
Type declaration
(
event
)
:
void
Parameters
event
:
ChangeEvent
<
Element
>
Returns
void
Optional
on
Key
Down
on
Key
Down
?:
(
(
event
)
=>
void
)
Type declaration
(
event
)
:
void
Parameters
event
:
KeyboardEvent
<
HTMLInputElement
>
Returns
void
Optional
pass
Ref
pass
Ref
?:
LegacyRef
<
T
>
Optional
placeholder
placeholder
?:
string
Optional
title
title
?:
string
Optional
value
value
?:
string
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
default
Value
disabled
id
label
on
Change
on
Key
Down
pass
Ref
placeholder
title
value
Theia TypeDoc
Loading...