Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext-headless
common/headless-plugin-protocol
TransferQuickPick
Interface TransferQuickPick
interface
TransferQuickPick
{
activeItems
?:
readonly
QuickPickItem
[]
;
busy
?:
boolean
;
buttons
?:
TransferQuickInputButton
[]
;
canSelectMany
?:
boolean
;
enabled
?:
boolean
;
id
:
number
;
ignoreFocusOut
?:
boolean
;
items
?:
TransferQuickPickItem
[]
;
matchOnDescription
?:
boolean
;
matchOnDetail
?:
boolean
;
placeholder
?:
string
;
selectedItems
?:
readonly
QuickPickItem
[]
;
sortByLabel
?:
boolean
;
type
?:
"quickPick"
;
value
?:
string
;
visible
?:
boolean
;
[
key
:
string
]:
any
;
}
Hierarchy (
View Summary
)
BaseTransferQuickInput
TransferQuickPick
Indexable
[
key
:
string
]:
any
Index
Properties
active
Items?
busy?
buttons?
can
Select
Many?
enabled?
id
ignore
Focus
Out?
items?
match
On
Description?
match
On
Detail?
placeholder?
selected
Items?
sort
By
Label?
type?
value?
visible?
Properties
Optional
active
Items
activeItems
?:
readonly
QuickPickItem
[]
Optional
busy
busy
?:
boolean
Optional
buttons
buttons
?:
TransferQuickInputButton
[]
Optional
can
Select
Many
canSelectMany
?:
boolean
Optional
enabled
enabled
?:
boolean
id
id
:
number
Optional
ignore
Focus
Out
ignoreFocusOut
?:
boolean
Optional
items
items
?:
TransferQuickPickItem
[]
Optional
match
On
Description
matchOnDescription
?:
boolean
Optional
match
On
Detail
matchOnDetail
?:
boolean
Optional
placeholder
placeholder
?:
string
Optional
selected
Items
selectedItems
?:
readonly
QuickPickItem
[]
Optional
sort
By
Label
sortByLabel
?:
boolean
Optional
type
type
?:
"quickPick"
Optional
value
value
?:
string
Optional
visible
visible
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
Items
busy
buttons
can
Select
Many
enabled
id
ignore
Focus
Out
items
match
On
Description
match
On
Detail
placeholder
selected
Items
sort
By
Label
type
value
visible
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...