Skip to main content

Interface: RadioSubWindowProps

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Radio/RadioSubWindow.tsx:18

Common radio sub-window props.

Extends

Extended by

Properties

bus

bus: EventBus

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Radio/RadioSubWindow.tsx:20

An EventBus.


children?

optional children: DisplayChildren[]

Defined in: sdk/components/FSComponent.ts:122

The children of the display component.

Inherited from

ComponentProps.children


detailPagesController

detailPagesController: DetailPagesController

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Radio/RadioSubWindow.tsx:26

Controls which Radio Management Detail Page to show in the subwindow and its display data.


duIndex

duIndex: DisplayUnitIndices

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Radio/RadioSubWindow.tsx:22

The host display unit index.


fullWidthSeparator?

optional fullWidthSeparator: boolean

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Radio/RadioSubWindow.tsx:24

Whether to draw the bottom separator the full width.


ref?

optional ref: NodeReference<any>

Defined in: sdk/components/FSComponent.ts:125

A reference to the display component.

Inherited from

ComponentProps.ref


setSelected()

setSelected: () => void

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Radio/RadioSubWindow.tsx:28

A function that will set this subwindow as selected.

Returns

void