Skip to main content

Interface: GtcDurationDialogInput

A request input for GtcDurationDialog.

Hierarchy

Properties

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


max

Optional max: number

The maximum valid value, in seconds. Defaults to 86399 (23 hours, 59 minutes, 59 seconds).

Defined in

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


min

Optional min: number

The minimum valid value, in seconds. Defaults to 0.

Defined in

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


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/GtcDurationDialog.tsx:14