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
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
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
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
Parameter | Type |
---|---|
waypoint | FacilityWaypoint |
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
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
uiService
uiService:
UiService
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Views/DirectToView/DirectToNearestTab/DirectToNearestTab.tsx:29
The UI service.