Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
common/quick-pick-service
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 Summary
)
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
alwaysShow
?:
boolean
Optional
aria
Label
ariaLabel
?:
string
Optional
buttons
buttons
?:
QuickInputButton
[]
Optional
description
description
?:
string
Optional
detail
detail
?:
string
Optional
execute
execute
?:
()
=>
void
Optional
highlights
highlights
?:
QuickPickItemHighlights
Optional
icon
Classes
iconClasses
?:
string
[]
Optional
id
id
?:
string
Optional
key
Sequence
keySequence
?:
KeySequence
label
label
:
string
Optional
meta
meta
?:
string
Optional
type
type
?:
"item"
value
value
:
V
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
always
Show
aria
Label
buttons
description
detail
execute
highlights
icon
Classes
id
key
Sequence
label
meta
type
value
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...