Skip to main content

Interface: GtcMinuteDurationDialogInput

A request input for GtcMinuteDurationDialog.

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. Defaults to 999.

Defined in

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


min

Optional min: number

The minimum valid value. Defaults to 0.

Defined in

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


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/GtcMinuteDurationDialog.tsx:11