Skip to main content

Interface: DirectToNearestTabItemProps

Component props for DirectToNearestTabItem.

Hierarchy

  • ComponentProps

    DirectToNearestTabItemProps

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

src/sdk/components/FSComponent.ts:122


onSelected

onSelected: (waypoint: FacilityWaypoint<Facility>) => void

A callback function to execute when the item is selected.

Type declaration

▸ (waypoint): void

A callback function to execute when the item is selected.

Parameters
NameType
waypointFacilityWaypoint<Facility>
Returns

void

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Views/DirectToView/DirectToNearestTab/DirectToNearestTabItem.tsx:24


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

src/sdk/components/FSComponent.ts:125


unitsSettingManager

unitsSettingManager: G3XUnitsUserSettingManager

A manager for display unit settings.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Views/DirectToView/DirectToNearestTab/DirectToNearestTabItem.tsx:21


waypointInfoStore

waypointInfoStore: WaypointInfoStore

An information store for the waypoint to display.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Views/DirectToView/DirectToNearestTab/DirectToNearestTabItem.tsx:18