Skip to main content

Interface: AirportWeatherTabProps

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/AirportWeatherTab.tsx:26

Component props for AirportWeatherTab.

Extends

Properties

children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

TabbedContentProps.children


comRadioSpacingDataProvider

comRadioSpacingDataProvider: ComRadioSpacingDataProvider

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/AirportWeatherTab.tsx:40

A provider of COM radio spacing mode data.


dateTimeSettingManager

dateTimeSettingManager: UserSettingManager<DateTimeUserSettingTypes>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/AirportWeatherTab.tsx:43

A manager for date/time user settings.


facLoader

facLoader: FacilityLoader

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/AirportWeatherTab.tsx:31

The facility loader.


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


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

TabbedContentProps.ref


tabContentDimensions

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

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/AirportWeatherTab.tsx:37

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


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/Components/WaypointInfo/AirportWeatherTab.tsx:28

The UI service.


unitsSettingManager

unitsSettingManager: G3XUnitsUserSettingManager

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/AirportWeatherTab.tsx:46

A manager for display unit user settings.


waypointInfo

waypointInfo: WaypointInfoStore

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/AirportWeatherTab.tsx:34

Information on the waypoint to display.