Interface: AirportWeatherTabProps
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/AirportWeatherTab.tsx:30
Component props for AirportWeatherTab.
Extends
Properties
airportWeatherProvider
airportWeatherProvider:
WaypointInfoAirportWeatherProvider
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/AirportWeatherTab.tsx:38
A provider of airport weather for the waypoint to display.
children?
optionalchildren:DisplayChildren[]
Defined in: src/sdk/components/FSComponent.ts:125
The children of the display component.
Inherited from
comRadioSpacingDataProvider
comRadioSpacingDataProvider:
ComRadioSpacingDataProvider
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/AirportWeatherTab.tsx:44
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:47
A manager for date/time user settings.
facLoader
facLoader:
FacilityLoader
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/AirportWeatherTab.tsx:35
The facility loader.
isEnabled?
optionalisEnabled: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
AirportChartsTabProps.isEnabled
isVisible?
optionalisVisible: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
AirportChartsTabProps.isVisible
ref?
optionalref:NodeReference<any>
Defined in: src/sdk/components/FSComponent.ts:128
A reference to the display component.
Inherited from
tabContentDimensions
tabContentDimensions:
Subscribable<Readonly<Omit<Float64Array<ArrayBufferLike>,"set"|"sort"|"copyWithin">>>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/AirportWeatherTab.tsx:41
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
uiService
uiService:
UiService
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/AirportWeatherTab.tsx:32
The UI service.
unitsSettingManager
unitsSettingManager:
G3XUnitsUserSettingManager
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/AirportWeatherTab.tsx:50
A manager for display unit user settings.