Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
common/quick-pick-service
QuickInput
Interface QuickInput
interface
QuickInput
{
busy
:
boolean
;
contextKey
:
undefined
|
string
;
description
:
undefined
|
string
;
enabled
:
boolean
;
ignoreFocusOut
:
boolean
;
onDidHide
:
Event
<
{
reason
:
QuickInputHideReason
}
>
;
onDispose
:
Event
<
void
>
;
step
:
undefined
|
number
;
title
:
undefined
|
string
;
totalSteps
:
undefined
|
number
;
dispose
()
:
void
;
hide
()
:
void
;
show
()
:
void
;
}
Hierarchy (
View Summary
)
QuickInput
InputBox
QuickPick
Index
Properties
busy
context
Key
description
enabled
ignore
Focus
Out
on
Did
Hide
on
Dispose
step
title
total
Steps
Methods
dispose
hide
show
Properties
busy
busy
:
boolean
context
Key
contextKey
:
undefined
|
string
description
description
:
undefined
|
string
enabled
enabled
:
boolean
ignore
Focus
Out
ignoreFocusOut
:
boolean
Readonly
on
Did
Hide
onDidHide
:
Event
<
{
reason
:
QuickInputHideReason
}
>
Readonly
on
Dispose
onDispose
:
Event
<
void
>
step
step
:
undefined
|
number
title
title
:
undefined
|
string
total
Steps
totalSteps
:
undefined
|
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
context
Key
description
enabled
ignore
Focus
Out
on
Did
Hide
on
Dispose
step
title
total
Steps
Methods
dispose
hide
show
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...