Skip to main content

Interface: GtcWaypointDialogInput<T>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcWaypointDialog.tsx:26

A request input for GtcWaypointDialog.

Type Parameters

Type Parameter
T extends G3000WaypointSearchType

Properties

emptyLabelText

emptyLabelText: string

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcWaypointDialog.tsx:31

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


initialValue?

optional initialValue: SearchTypeMap[T] | null

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcWaypointDialog.tsx:34

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


searchType

searchType: T

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcWaypointDialog.tsx:28

The type of waypoint to search for.