Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext-headless
common/headless-plugin-protocol
IInputBoxOptions
Interface IInputBoxOptions
interface
IInputBoxOptions
{
ignoreFocusOut
?:
boolean
;
password
?:
boolean
;
placeHolder
?:
string
;
prompt
?:
string
;
value
?:
string
;
valueSelection
?:
[
number
,
number
]
;
}
Index
Properties
ignore
Focus
Out?
password?
place
Holder?
prompt?
value?
value
Selection?
Properties
Optional
ignore
Focus
Out
ignoreFocusOut
?:
boolean
Optional
password
password
?:
boolean
Optional
place
Holder
placeHolder
?:
string
Optional
prompt
prompt
?:
string
Optional
value
value
?:
string
Optional
value
Selection
valueSelection
?:
[
number
,
number
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ignore
Focus
Out
password
place
Holder
prompt
value
value
Selection
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...