Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
common/plugin-api-rpc
BaseTransferQuickInput
Interface BaseTransferQuickInput
interface
BaseTransferQuickInput
{
busy
?:
boolean
;
enabled
?:
boolean
;
id
:
number
;
type
?:
"quickPick"
|
"inputBox"
;
visible
?:
boolean
;
[
key
:
string
]:
any
;
}
Hierarchy (
View Summary
)
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
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
busy
enabled
id
type
visible
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...