Properties
Private _password
_password: boolean
Private _prompt
_prompt: undefined | string
Private _validationMessage
_validationMessage: undefined | string
Private _valueSelection
_valueSelection: undefined | readonly [number, number]
Protected disposableCollection
disposableCollection: DisposableCollection
Protected expectingHide
expectingHide: boolean = false
Protected visible
visible: boolean
Base implementation of InputBox that uses QuickOpenExt. Missing functionality is going to be implemented in the scope of https://github.com/eclipse-theia/theia/issues/5109