Skip to main content

Interface: DirectToWaypointTabProps

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

Component props for the DirectToWaypointTab.

Extends

Properties

children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

TabbedContentProps.children


containerRef

containerRef: NodeReference<HTMLElement>

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

A reference to the root element of the container of this tab's parent UI view.


fms

fms: G3XFms

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

The FMS.


fplSourceDataProvider

fplSourceDataProvider: G3XFplSourceDataProvider

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

A provider of data related to flight plan source.


gduSettingManager

gduSettingManager: UserSettingManager<GduUserSettingTypes>

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

A manager for GDU user settings.


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


mapConfig

mapConfig: MapConfig

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

A configuration object defining options for the map.


mapSettingManager

mapSettingManager: UserSettingManager<Partial<G3XMapUserSettingTypes>>

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

A manager for map user settings.


posHeadingDataProvider

posHeadingDataProvider: PositionHeadingDataProvider

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

A provider of 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


selectedTargetParams

selectedTargetParams: MutableSubscribable<Readonly<DirectToTargetParams>>

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

The waypoint to display.


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/DirectToWaypointTab/DirectToWaypointTab.tsx:52

The UI service.


unitsSettingManager

unitsSettingManager: G3XUnitsUserSettingManager

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

A manager for display unit user settings.