Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
common/plugin-api-rpc
TransferInputBox
Interface TransferInputBox
interface
TransferInputBox
{
busy
?:
boolean
;
buttons
?:
TransferQuickInputButton
[]
;
enabled
?:
boolean
;
id
:
number
;
password
?:
boolean
;
placeholder
?:
string
;
prompt
?:
string
;
type
?:
"inputBox"
;
validationMessage
?:
string
;
value
?:
string
;
visible
?:
boolean
;
[
key
:
string
]:
any
;
}
Hierarchy (
View Summary
)
BaseTransferQuickInput
TransferInputBox
Indexable
[
key
:
string
]:
any
Index
Properties
busy?
buttons?
enabled?
id
password?
placeholder?
prompt?
type?
validation
Message?
value?
visible?
Properties
Optional
busy
busy
?:
boolean
Optional
buttons
buttons
?:
TransferQuickInputButton
[]
Optional
enabled
enabled
?:
boolean
id
id
:
number
Optional
password
password
?:
boolean
Optional
placeholder
placeholder
?:
string
Optional
prompt
prompt
?:
string
Optional
type
type
?:
"inputBox"
Optional
validation
Message
validationMessage
?:
string
Optional
value
value
?:
string
Optional
visible
visible
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
busy
buttons
enabled
id
password
placeholder
prompt
type
validation
Message
value
visible
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...