Skip to main content

Interface: GtcWeightDialogInput

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcWeightDialog.tsx:16

A request input for GtcWeightDialog.

Extends

Properties

digitCount?

optional digitCount: 4 | 3 | 5

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcWeightDialog.tsx:29

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.


initialUnit?

optional initialUnit: Unit<Weight>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcWeightDialog.tsx:20

The initial weight unit. If not defined, 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/GtcWeightDialog.tsx:35

The maximum valid numeric value allowed by the dialog's input.


minimumValue?

optional minimumValue: number

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcWeightDialog.tsx:32

The minimum valid numeric value allowed by the dialog's input, defaults to 0.


title?

optional title: string

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcWeightDialog.tsx:38

The GTC view title to display with the message.


unitType

unitType: Unit<Weight>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcWeightDialog.tsx:23

The unit type in which the dialog should operate.