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