Skip to main content

Interface: Gdu460EisProps

Component props for Gdu460Eis.

Hierarchy

  • ComponentProps

    Gdu460EisProps

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

src/sdk/components/FSComponent.ts:122


eisDefinition

Optional eisDefinition: G3XEisDefinition

The definition for rendering the EIS parsed from panel.xml. If defined, then the definition will be used to render the EIS's contents. If not defined, then the component's children will be rendered as the EIS's contents.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/GduDisplay/Gdu460/Eis/Gdu460Eis.tsx:35


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

src/sdk/components/FSComponent.ts:125


supportEnginePage

supportEnginePage: boolean

Whether the EIS's parent GDU supports an MFD engine page.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/GduDisplay/Gdu460/Eis/Gdu460Eis.tsx:26


uiService

uiService: UiService

The UI service.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/GduDisplay/Gdu460/Eis/Gdu460Eis.tsx:23


xmlLogicHost

xmlLogicHost: CompositeLogicXMLHost

The logic host for the EIS's gauges.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/GduDisplay/Gdu460/Eis/Gdu460Eis.tsx:29