Interface: DirectToNearestTabItemProps
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Views/DirectToView/DirectToNearestTab/DirectToNearestTabItem.tsx:16
Component props for DirectToNearestTabItem.
Extends
Properties
children?
optional
children:DisplayChildren
[]
Defined in: src/sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
onSelected()
onSelected: (
waypoint
) =>void
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Views/DirectToView/DirectToNearestTab/DirectToNearestTabItem.tsx:24
A callback function to execute when the item is selected.
Parameters
Parameter | Type |
---|---|
waypoint | FacilityWaypoint |
Returns
void
ref?
optional
ref:NodeReference
<any
>
Defined in: src/sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
unitsSettingManager
unitsSettingManager:
G3XUnitsUserSettingManager
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Views/DirectToView/DirectToNearestTab/DirectToNearestTabItem.tsx:21
A manager for display unit settings.
waypointInfoStore
waypointInfoStore:
WaypointInfoStore
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Views/DirectToView/DirectToNearestTab/DirectToNearestTabItem.tsx:18
An information store for the waypoint to display.