Interface: AirportWeatherTabProps
Component props for AirportWeatherTab.
Hierarchy
↳
AirportWeatherTabProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
Defined in
src/sdk/components/FSComponent.ts:122
comRadioSpacingDataProvider
• comRadioSpacingDataProvider: ComRadioSpacingDataProvider
A provider of COM radio spacing mode data.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/WaypointInfo/AirportWeatherTab.tsx:40
dateTimeSettingManager
• dateTimeSettingManager: UserSettingManager
<DateTimeUserSettingTypes
>
A manager for date/time user settings.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/WaypointInfo/AirportWeatherTab.tsx:43
facLoader
• facLoader: FacilityLoader
The facility loader.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/WaypointInfo/AirportWeatherTab.tsx:31
isEnabled
• Optional
isEnabled: boolean
| Subscribable
<boolean
>
Whether the tab is enabled. Defaults to true
.
Inherited from
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
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/TabbedContainer/TabbedContent.ts:17
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
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/AirportWeatherTab.tsx:37
tabLabel
• tabLabel: string
| Subscribable
<string
> | () => VNode
The label to display for the tab.
Inherited from
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/AirportWeatherTab.tsx:28
unitsSettingManager
• unitsSettingManager: G3XUnitsUserSettingManager
A manager for display unit user settings.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/WaypointInfo/AirportWeatherTab.tsx:46
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/AirportWeatherTab.tsx:34