Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
BaseTransferQuickInput
Interface BaseTransferQuickInput
interface
BaseTransferQuickInput
{
busy
?:
boolean
;
enabled
?:
boolean
;
id
:
number
;
type
?:
"quickPick"
|
"inputBox"
;
visible
?:
boolean
;
[
key
:
string
]
:
any
;
}
Hierarchy (
view full
)
BaseTransferQuickInput
TransferQuickPick
TransferInputBox
Indexable
[
key:
string
]:
any
Index
Properties
busy?
enabled?
id
type?
visible?
Properties
Optional
busy
busy
?:
boolean
Optional
enabled
enabled
?:
boolean
id
id
:
number
Optional
type
type
?:
"quickPick"
|
"inputBox"
Optional
visible
visible
?:
boolean
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
busy
enabled
id
type
visible
Theia TypeDoc
Loading...