Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
common/quick-pick-service
InputBox
Interface InputBox
interface
InputBox
{
busy
:
boolean
;
buttons
:
readonly
QuickInputButton
[]
;
contextKey
:
undefined
|
string
;
description
:
undefined
|
string
;
enabled
:
boolean
;
ignoreFocusOut
:
boolean
;
onDidAccept
:
Event
<
void
>
;
onDidChangeValue
:
Event
<
string
>
;
onDidHide
:
Event
<
{
reason
:
QuickInputHideReason
}
>
;
onDidTriggerButton
:
Event
<
QuickInputButton
>
;
onDispose
:
Event
<
void
>
;
password
:
boolean
;
placeholder
:
undefined
|
string
;
prompt
:
undefined
|
string
;
step
:
undefined
|
number
;
title
:
undefined
|
string
;
totalSteps
:
undefined
|
number
;
validationMessage
:
undefined
|
string
;
value
:
undefined
|
string
;
valueSelection
:
undefined
|
readonly
[
number
,
number
]
;
dispose
()
:
void
;
hide
()
:
void
;
show
()
:
void
;
}
Hierarchy (
View Summary
)
QuickInput
InputBox
Index
Properties
busy
buttons
context
Key
description
enabled
ignore
Focus
Out
on
Did
Accept
on
Did
Change
Value
on
Did
Hide
on
Did
Trigger
Button
on
Dispose
password
placeholder
prompt
step
title
total
Steps
validation
Message
value
value
Selection
Methods
dispose
hide
show
Properties
busy
busy
:
boolean
buttons
buttons
:
readonly
QuickInputButton
[]
context
Key
contextKey
:
undefined
|
string
description
description
:
undefined
|
string
enabled
enabled
:
boolean
ignore
Focus
Out
ignoreFocusOut
:
boolean
Readonly
on
Did
Accept
onDidAccept
:
Event
<
void
>
Readonly
on
Did
Change
Value
onDidChangeValue
:
Event
<
string
>
Readonly
on
Did
Hide
onDidHide
:
Event
<
{
reason
:
QuickInputHideReason
}
>
Readonly
on
Did
Trigger
Button
onDidTriggerButton
:
Event
<
QuickInputButton
>
Readonly
on
Dispose
onDispose
:
Event
<
void
>
password
password
:
boolean
placeholder
placeholder
:
undefined
|
string
prompt
prompt
:
undefined
|
string
step
step
:
undefined
|
number
title
title
:
undefined
|
string
total
Steps
totalSteps
:
undefined
|
number
validation
Message
validationMessage
:
undefined
|
string
value
value
:
undefined
|
string
value
Selection
valueSelection
:
undefined
|
readonly
[
number
,
number
]
Methods
dispose
dispose
()
:
void
Returns
void
hide
hide
()
:
void
Returns
void
show
show
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
busy
buttons
context
Key
description
enabled
ignore
Focus
Out
on
Did
Accept
on
Did
Change
Value
on
Did
Hide
on
Did
Trigger
Button
on
Dispose
password
placeholder
prompt
step
title
total
Steps
validation
Message
value
value
Selection
Methods
dispose
hide
show
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...