Skip to main content

Interface: GtcWaypointDialogInput<T>

A request input for GtcWaypointDialog.

Type parameters

NameType
Textends G3000WaypointSearchType

Properties

emptyLabelText

emptyLabelText: string

The initial label text to display when the dialog's identifier input is empty.

Defined in

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


initialValue

Optional initialValue: null | SearchTypeMap[T]

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

Defined in

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


searchType

searchType: T

The type of waypoint to search for.

Defined in

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