Skip to main content

Interface: MFDUiPageProps

Component props for MFDUiPage.

Hierarchy

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

UiPageProps.children

Defined in

sdk/components/FSComponent.ts:122


menuSystem: SoftKeyMenuSystem

The softkey menu system.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/MFDUiPage.tsx:15


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

UiPageProps.ref

Defined in

sdk/components/FSComponent.ts:125


viewService

viewService: ViewService

The view service to which this page belongs.

Inherited from

UiPageProps.viewService

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiPage.tsx:13