Skip to main content

Interface: GtcWeightDialogInput

A request input for GtcWeightDialog.

Hierarchy

Properties

digitCount

Optional digitCount: 4 | 3 | 5

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.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Dialog/GtcWeightDialog.tsx:29


initialUnit

Optional initialUnit: Unit<Weight>

The initial weight unit. If not defined, the initial unit will default to the dialog's unit type.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Dialog/GtcWeightDialog.tsx:20


initialValue

initialValue: number

The value initially loaded into the dialog at the start of a request.

Inherited from

GtcNumberDialogInput.initialValue

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Dialog/AbstractGtcNumberDialog.tsx:20


maximumValue

maximumValue: number

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

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Dialog/GtcWeightDialog.tsx:35


minimumValue

Optional minimumValue: number

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

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Dialog/GtcWeightDialog.tsx:32


title

Optional title: string

The GTC view title to display with the message.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Dialog/GtcWeightDialog.tsx:38


unitType

unitType: Unit<Weight>

The unit type in which the dialog should operate.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Dialog/GtcWeightDialog.tsx:23