Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
common/quick-pick-service
InputOptions
Interface InputOptions
interface
InputOptions
{
ignoreFocusLost
?:
boolean
;
password
?:
boolean
;
placeHolder
?:
string
;
prompt
?:
string
;
title
?:
string
;
value
?:
string
;
valueSelection
?:
[
number
,
number
]
;
validateInput
?
(
input
:
string
,
)
:
|
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
ignoreFocusLost
?:
boolean
Optional
password
password
?:
boolean
Optional
place
Holder
placeHolder
?:
string
Optional
prompt
prompt
?:
string
Optional
title
title
?:
string
Optional
value
value
?:
string
Optional
value
Selection
valueSelection
?:
[
number
,
number
]
Methods
Optional
validate
Input
validateInput
?
(
input
:
string
,
)
:
|
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
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ignore
Focus
Lost
password
place
Holder
prompt
title
value
value
Selection
Methods
validate
Input
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...