Skip to main content

Interface: AirportFreqTabProps

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

Component props for AirportFreqTab.

Extends

Properties

allowKnobPush

allowKnobPush: Subscribable<boolean>

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

Whether the tab is allowed to handle bezel rotary knob push interactions.


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

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:49

The facility to display


facLoader

facLoader: FacilityLoader

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

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


radiosConfig

radiosConfig: RadiosConfig

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

A configuration object defining options for radios.


radiosDataProvider

radiosDataProvider: G3XRadiosDataProvider

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

A provider of radios data.


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<ArrayBufferLike>, "set" | "sort" | "copyWithin">>>

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

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

The UI service