Interface: EISProps
The props for an EIS display.
Hierarchy
ComponentProps
↳
EISProps
Properties
bus
• bus: EventBus
the event bus
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/EIS.tsx:18
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
sdk/components/FSComponent.ts:122
gaugeConfig
• gaugeConfig: XMLExtendedGaugeConfig
our gauges
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/EIS.tsx:22
logicHandler
• logicHandler: CompositeLogicXMLHost
the logic handler
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/EIS.tsx:20
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
sdk/components/FSComponent.ts:125