Skip to main content

Interface: DirectToNearestTabProps

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

Component props for DirectToNearestTab.

Extends

Properties

children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

TabbedContentProps.children


isEnabled?

optional isEnabled: boolean | Subscribable<boolean>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/TabbedContainer/TabbedContent.ts:14

Whether the tab is enabled. Defaults to true.

Inherited from

TabbedContentProps.isEnabled


isVisible?

optional isVisible: boolean | Subscribable<boolean>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/TabbedContainer/TabbedContent.ts:17

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

Inherited from

TabbedContentProps.isVisible


onWaypointSelected()

onWaypointSelected: (waypoint) => void

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

A callback function to execute when a waypoint is selected.

Parameters

ParameterType
waypointFacilityWaypoint

Returns

void


posHeadingDataProvider

posHeadingDataProvider: PositionHeadingDataProvider

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

A provider of airplane position and heading data.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

TabbedContentProps.ref


tabLabel

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

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/TabbedContainer/TabbedContent.ts:11

The label to display for the tab.

Inherited from

TabbedContentProps.tabLabel


uiService

uiService: UiService

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

The UI service.