Interface: GtcMomentArmDialogInput
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcMomentArmDialog.tsx:20
A request input for GtcMomentArmDialog.
Extends
Properties
digitCount?
optionaldigitCount:4|3
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcMomentArmDialog.tsx:35
The number of digits to the left of the decimal point supported by the dialog's input. If not defined, the number of digits will default to the minimum number of digits required to accommodate both the minimum and maximum valid values.
initialUnit?
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcMomentArmDialog.tsx:25
The unit type in which the initial value is expressed. If not defined, then the initial unit will default to the dialog's unit type.
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/GtcMomentArmDialog.tsx:41
The maximum valid numeric value allowed by the dialog's input.
minimumValue
minimumValue:
number
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcMomentArmDialog.tsx:38
The minimum valid numeric value allowed by the dialog's input.
title?
optionaltitle:string
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcMomentArmDialog.tsx:44
The GTC view title to display with the dialog.
unitType
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcMomentArmDialog.tsx:28
The unit type in which the dialog should operate.