Skip to main content

Interface: GtcDurationDialogMSSInput

A request input for GtcDurationDialogMSS.

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 599 (9 minutes, 59 seconds).

Defined in

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


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/GtcDurationDialogMSS.tsx:15


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/GtcDurationDialogMSS.tsx:12