Interface: AirportFreqTabProps
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/AirportFreqTab.tsx:30
Component props for AirportFreqTab.
Extends
Properties
children?
optionalchildren:DisplayChildren[]
Defined in: src/sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
comRadioSpacingDataProvider
comRadioSpacingDataProvider:
ComRadioSpacingDataProvider
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/AirportFreqTab.tsx:47
A provider of COM radio spacing mode data.
facility
facility:
Subscribable<null|Facility>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/AirportFreqTab.tsx:41
The facility to display
facLoader
facLoader:
FacilityLoader
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/AirportFreqTab.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
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
radiosConfig
radiosConfig:
RadiosConfig
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/AirportFreqTab.tsx:38
A configuration object defining options for radios.
ref?
optionalref:NodeReference<any>
Defined in: src/sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
tabContentDimensions
tabContentDimensions:
Subscribable<Readonly<Omit<Float64Array,"set"|"sort"|"copyWithin">>>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/AirportFreqTab.tsx:44
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/AirportFreqTab.tsx:32
The UI service