Skip to main content

Interface: DirectToNearestTabItemProps

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Views/DirectToView/DirectToNearestTab/DirectToNearestTabItem.tsx:16

Component props for DirectToNearestTabItem.

Extends

  • ComponentProps

Properties

children?

optional children: DisplayChildren[]

Defined in: src/sdk/components/FSComponent.ts:122

The children of the display component.

Inherited from

ComponentProps.children


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

ParameterType
waypointFacilityWaypoint

Returns

void


ref?

optional ref: NodeReference<any>

Defined in: src/sdk/components/FSComponent.ts:125

A reference to the display component.

Inherited from

ComponentProps.ref


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.