Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
core
InputOptions
Interface InputOptions
interface
InputOptions
{
ignoreFocusLost
?:
boolean
;
password
?:
boolean
;
placeHolder
?:
string
;
prompt
?:
string
;
title
?:
string
;
value
?:
string
;
valueSelection
?:
[
number
,
number
]
;
validateInput
?
(
input
)
:
undefined
|
Promise
<
undefined
|
null
|
string
|
{
content
:
string
;
severity
:
number
;
}
>
;
}
Index
Properties
ignore
Focus
Lost?
password?
place
Holder?
prompt?
title?
value?
value
Selection?
Methods
validate
Input?
Properties
Optional
ignore
Focus
Lost
ignore
Focus
Lost
?:
boolean
Optional
password
password
?:
boolean
Optional
place
Holder
place
Holder
?:
string
Optional
prompt
prompt
?:
string
Optional
title
title
?:
string
Optional
value
value
?:
string
Optional
value
Selection
value
Selection
?:
[
number
,
number
]
Methods
Optional
validate
Input
validate
Input
(
input
)
:
undefined
|
Promise
<
undefined
|
null
|
string
|
{
content
:
string
;
severity
:
number
;
}
>
Parameters
input
:
string
Returns
undefined
|
Promise
<
undefined
|
null
|
string
|
{
content
:
string
;
severity
:
number
;
}
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
ignore
Focus
Lost
password
place
Holder
prompt
title
value
value
Selection
validate
Input
Theia TypeDoc
Loading...