Skip to main content

Interface: PfdSettingsPageProps

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/MFD/LowerMFD/Components/SystemConfigWindow/AvionicsWindow/PfdSettings.tsx:59

Props for PFD Settings pages.

Extends

Properties

bus

readonly bus: EventBus

Defined in: workingtitle-instruments-epic2/shared/Components/Tabs/TabContent.tsx:8

An instance of the event bus.

Inherited from

PfdSettingsProps.bus


children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

PfdSettingsProps.children


inputFocusManager?

readonly optional inputFocusManager: InputFocusManager

Defined in: workingtitle-instruments-epic2/shared/Components/Tabs/TabContent.tsx:11

An instance of the InputFocusManager.

Inherited from

PfdSettingsProps.inputFocusManager


pfdSettingsManager

pfdSettingsManager: PfdUserSettingManager

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/MFD/LowerMFD/Components/SystemConfigWindow/AvionicsWindow/PfdSettings.tsx:15

The aliased PFD settings manager.

Inherited from

PfdSettingsProps.pfdSettingsManager


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

PfdSettingsProps.ref


switchPage()

switchPage: () => void

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/MFD/LowerMFD/Components/SystemConfigWindow/AvionicsWindow/PfdSettings.tsx:61

Handler to switch pages.

Returns

void