Skip to main content

Interface: DirectToNearestTabProps

Component props for DirectToNearestTab.

Hierarchy

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

TabbedContentProps.children

Defined in

src/sdk/components/FSComponent.ts:122


isEnabled

Optional isEnabled: boolean | Subscribable<boolean>

Whether the tab is enabled. Defaults to true.

Inherited from

TabbedContentProps.isEnabled

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/TabbedContainer/TabbedContent.ts:14


isVisible

Optional isVisible: boolean | Subscribable<boolean>

Whether the tab is visible in the tab list. Defaults to true.

Inherited from

TabbedContentProps.isVisible

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/TabbedContainer/TabbedContent.ts:17


onWaypointSelected

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

A callback function to execute when a waypoint is selected.

Type declaration

▸ (waypoint): void

A callback function to execute when a waypoint 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/DirectToNearestTab.tsx:35


posHeadingDataProvider

posHeadingDataProvider: PositionHeadingDataProvider

A provider of airplane position and heading data.

Defined in

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


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

TabbedContentProps.ref

Defined in

src/sdk/components/FSComponent.ts:125


tabLabel

tabLabel: string | Subscribable<string> | () => VNode

The label to display for the tab.

Inherited from

TabbedContentProps.tabLabel

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/TabbedContainer/TabbedContent.ts:11


uiService

uiService: UiService

The UI service.

Defined in

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