Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
TransferQuickPickItem
Interface TransferQuickPickItem
interface
TransferQuickPickItem
{
alwaysShow
?:
boolean
;
buttons
?:
readonly
TransferQuickInputButton
[]
;
description
?:
string
;
detail
?:
string
;
handle
:
number
;
iconUrl
?:
string
|
ThemeIcon
|
{
dark
:
string
;
light
:
string
;
}
;
kind
:
"item"
|
"separator"
;
label
:
string
;
picked
?:
boolean
;
}
Index
Properties
always
Show?
buttons?
description?
detail?
handle
icon
Url?
kind
label
picked?
Properties
Optional
always
Show
always
Show
?:
boolean
Optional
buttons
buttons
?:
readonly
TransferQuickInputButton
[]
Optional
description
description
?:
string
Optional
detail
detail
?:
string
handle
handle
:
number
Optional
icon
Url
icon
Url
?:
string
|
ThemeIcon
|
{
dark
:
string
;
light
:
string
;
}
Type declaration
dark
:
string
light
:
string
kind
kind
:
"item"
|
"separator"
label
label
:
string
Optional
picked
picked
?:
boolean
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
always
Show
buttons
description
detail
handle
icon
Url
kind
label
picked
Theia TypeDoc
Loading...