Skip to main content

Interface: GtcIntegerDialogInput

A request input for GtcIntegerDialog.

Hierarchy

Properties

digitCount

Optional digitCount: 2 | 4 | 1 | 3

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/GtcIntegerDialog.tsx:19


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/GtcIntegerDialog.tsx:25


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/GtcIntegerDialog.tsx:22


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/GtcIntegerDialog.tsx:28