Type Alias: GtcKeyboardDialogParams
GtcKeyboardDialogParams =
object
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcKeyboardDialog.tsx:42
The parameters needed to construct a list dialog
Properties
allowSpaces
allowSpaces:
boolean
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcKeyboardDialog.tsx:48
Whether or not to allow spaces to be input.
facilitySearchType?
optional
facilitySearchType:G3000WaypointSearchType
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcKeyboardDialog.tsx:44
The type of facility to search for. If not provided, then the input will be normal text.
initialInputText?
optional
initialInputText:string
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcKeyboardDialog.tsx:52
The initial input text to populate the input box with.
label
label:
string
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcKeyboardDialog.tsx:46
The initial input label.
maxLength
maxLength:
number
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcKeyboardDialog.tsx:50
Max number of characters to allow.