Skip to main content

Interface: AbstractMfdNrstPageProps

Component props for AbstractMfdNrstPage.

Hierarchy

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

MfdPageProps.children

Defined in

src/sdk/components/FSComponent.ts:122


containerRef

containerRef: NodeReference<HTMLElement>

A reference to the root element of the container of the page's parent UI view.

Inherited from

MfdPageProps.containerRef

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/PageNavigation/MfdPage.ts:17


posHeadingDataProvider

posHeadingDataProvider: PositionHeadingDataProvider

A provider of airplane position and heading data.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/NrstView/AbstractMfdNrstPage.tsx:27


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

MfdPageProps.ref

Defined in

src/sdk/components/FSComponent.ts:125


uiService

uiService: UiService

The UI service instance.

Inherited from

MfdPageProps.uiService

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/PageNavigation/MfdPage.ts:14