Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
core
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 full
)
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
context
Key
:
undefined
|
string
description
description
:
undefined
|
string
enabled
enabled
:
boolean
ignore
Focus
Out
ignore
Focus
Out
:
boolean
Readonly
on
Did
Hide
on
Did
Hide
:
Event
<
{
reason
:
QuickInputHideReason
;
}
>
Type declaration
reason
:
QuickInputHideReason
Readonly
on
Dispose
on
Dispose
:
Event
<
void
>
step
step
:
undefined
|
number
title
title
:
undefined
|
string
total
Steps
total
Steps
:
undefined
|
number
Methods
dispose
dispose
(
)
:
void
Returns
void
hide
hide
(
)
:
void
Returns
void
show
show
(
)
:
void
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
busy
context
Key
description
enabled
ignore
Focus
Out
on
Did
Hide
on
Dispose
step
title
total
Steps
dispose
hide
show
Theia TypeDoc
Loading...