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