Skip to main content

Interface: WaypointDialogInput<T>

A request input for WaypointDialog.

Type parameters

NameType
Textends G3XWaypointSearchType

Properties

initialValue

Optional initialValue: null | G3XWaypointSearchTypeMap[T]

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

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Views/WaypointDialog/WaypointDialog.tsx:37


searchType

searchType: T

The type of waypoint to search for.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Views/WaypointDialog/WaypointDialog.tsx:34