Interface: GtcIntegerDialogInput
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcIntegerDialog.tsx:14
A request input for GtcIntegerDialog.
Extends
Properties
digitCount?
optionaldigitCount:2|4|1|3
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcIntegerDialog.tsx:19
The number of digits supported by the dialog's input. If not defined, the number of digits will default to the minimum number of digits required to accommodate the maximum valid value.
initialValue
initialValue:
number
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/AbstractGtcNumberDialog.tsx:23
The value initially loaded into the dialog at the start of a request.
Inherited from
GtcNumberDialogInput.initialValue
maximumValue
maximumValue:
number
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcIntegerDialog.tsx:25
The maximum valid numeric value allowed by the dialog's input.
minimumValue?
optionalminimumValue:number
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcIntegerDialog.tsx:22
The minimum valid numeric value allowed by the dialog's input, defaults to 0.
title?
optionaltitle:string
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcIntegerDialog.tsx:28
The GTC view title to display with the message.