Skip to main content

Interface: AirportRunwayTabProps

Component props for AirportRunwayTab.

Hierarchy

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

TabbedContentProps.children

Defined in

src/sdk/components/FSComponent.ts:122


containerRef

containerRef: NodeReference<HTMLElement>

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

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/WaypointInfo/AirportRunwayTab.tsx:42


facLoader

facLoader: FacilityLoader

The facility loader.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/WaypointInfo/AirportRunwayTab.tsx:45


gduSettingManager

gduSettingManager: UserSettingManager<GduUserSettingTypes>

A manager for GDU user settings.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/WaypointInfo/AirportRunwayTab.tsx:57


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


mapBingId

mapBingId: string

The ID to assign to the Bing instance bound to the tab's map.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/WaypointInfo/AirportRunwayTab.tsx:54


mapConfig

mapConfig: MapConfig

A configuration object defining options for the map.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/WaypointInfo/AirportRunwayTab.tsx:66


mapSettingManager

mapSettingManager: UserSettingManager<Partial<G3XMapUserSettingTypes>>

A manager for map user settings.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/WaypointInfo/AirportRunwayTab.tsx:60


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

TabbedContentProps.ref

Defined in

src/sdk/components/FSComponent.ts:125


tabContentDimensions

tabContentDimensions: Subscribable<Readonly<Omit<Float64Array, "set" | "sort" | "copyWithin">>>

The dimensions of the tab's content area, as [width, height] in pixels.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/WaypointInfo/AirportRunwayTab.tsx:51


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/Components/WaypointInfo/AirportRunwayTab.tsx:39


unitsSettingManager

unitsSettingManager: G3XUnitsUserSettingManager

A manager for display unit settings.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/WaypointInfo/AirportRunwayTab.tsx:63


waypointInfo

waypointInfo: WaypointInfoStore

Information on the waypoint to display.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/WaypointInfo/AirportRunwayTab.tsx:48