Skip to main content

Interface: AirportFreqTabProps

Component props for AirportFreqTab.

Hierarchy

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

TabbedContentProps.children

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/AirportFreqTab.tsx:47


facLoader

facLoader: FacilityLoader

The facility loader

Defined in

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


facility

facility: Subscribable<null | Facility>

The facility to display

Defined in

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


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


radiosConfig

radiosConfig: RadiosConfig

A configuration object defining options for radios.

Defined in

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


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/AirportFreqTab.tsx:44


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/AirportFreqTab.tsx:32