Search
Preparing search index...
The search index is not available
Theia TypeDoc
Options
All
Public
Public/Protected
All
Inherited
Menu
Theia TypeDoc
memory-inspector
InputWithSelectProps
Interface InputWithSelectProps<T>
Type Parameters
T
extends
HTMLElement
Hierarchy
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
default
Value
?:
string
Optional
disabled
disabled
?:
boolean
id
id
:
string
label
label
:
string
Optional
on
Change
on
Change
?:
(
(
event
:
ChangeEvent
<
Element
>
)
=>
void
)
Type declaration
(
event
:
ChangeEvent
<
Element
>
)
:
void
Parameters
event:
ChangeEvent
<
Element
>
Returns
void
Optional
on
Key
Down
on
Key
Down
?:
(
(
event
:
KeyboardEvent
<
HTMLInputElement
>
)
=>
void
)
Type declaration
(
event
:
KeyboardEvent
<
HTMLInputElement
>
)
:
void
Parameters
event:
KeyboardEvent
<
HTMLInputElement
>
Returns
void
options
options
:
string
[]
Optional
pass
Ref
pass
Ref
?:
LegacyRef
<
T
>
Optional
placeholder
placeholder
?:
string
Optional
title
title
?:
string
Optional
value
value
?:
string
Methods
Optional
on
Input
Change
on
Input
Change
(
e
:
ChangeEvent
<
HTMLInputElement
>
)
:
void
Parameters
e:
ChangeEvent
<
HTMLInputElement
>
Returns
void
Optional
on
Select
Change
on
Select
Change
(
e
:
ChangeEvent
<
Element
>
)
:
void
Parameters
e:
ChangeEvent
<
Element
>
Returns
void
Modules
bulk-
edit
callhierarchy
console
core
debug
editor
editor-
preview
electron
external-
terminal
file-
search
filesystem
getting-
started
git
keymaps
markers
memory-
inspector
Constants
Editable
Memory
Widget
Interfaces
Memory
Diff
Widget
Memory
Dock
Panel
Memory
Table
Register
Table
Register
Widget
Utils
messages
metrics
mini-
browser
monaco
navigator
outline-
view
output
plugin
plugin-
dev
plugin-
ext
plugin-
ext-
vscode
plugin-
metrics
preferences
preview
process
property-
view
scm
scm-
extra
search-
in-
workspace
secondary-
window
task
terminal
timeline
toolbar
typehierarchy
userstorage
variable-
resolver
vsx-
registry
workspace
Input
With
Select
Props
default
Value
disabled
id
label
on
Change
on
Key
Down
options
pass
Ref
placeholder
title
value
on
Input
Change
on
Select
Change