Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
core
QuickPickValue
Interface QuickPickValue<V>
interface
QuickPickValue
<
V
>
{
alwaysShow
?:
boolean
;
ariaLabel
?:
string
;
buttons
?:
QuickInputButton
[]
;
description
?:
string
;
detail
?:
string
;
execute
?:
(
(
)
=>
void
)
;
highlights
?:
QuickPickItemHighlights
;
iconClasses
?:
string
[]
;
id
?:
string
;
keySequence
?:
KeySequence
;
label
:
string
;
meta
?:
string
;
type
?:
"item"
;
value
:
V
;
}
Type Parameters
V
Hierarchy (
view full
)
QuickPickItem
QuickPickValue
Index
Properties
always
Show?
aria
Label?
buttons?
description?
detail?
execute?
highlights?
icon
Classes?
id?
key
Sequence?
label
meta?
type?
value
Properties
Optional
always
Show
always
Show
?:
boolean
Optional
aria
Label
aria
Label
?:
string
Optional
buttons
buttons
?:
QuickInputButton
[]
Optional
description
description
?:
string
Optional
detail
detail
?:
string
Optional
execute
execute
?:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
Optional
highlights
highlights
?:
QuickPickItemHighlights
Optional
icon
Classes
icon
Classes
?:
string
[]
Optional
id
id
?:
string
Optional
key
Sequence
key
Sequence
?:
KeySequence
label
label
:
string
Optional
meta
meta
?:
string
Optional
type
type
?:
"item"
value
value
:
V
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
always
Show
aria
Label
buttons
description
detail
execute
highlights
icon
Classes
id
key
Sequence
label
meta
type
value
Theia TypeDoc
Loading...