Skip to main content

Interface: CASProps

The properties for the Crew Alerting System component.

Hierarchy

  • ComponentProps

    CASProps

Properties

bus

bus: EventBus

The event bus.

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/MFD/Components/CAS/CAS.tsx:11


children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

sdk/components/FSComponent.ts:122


instrument

instrument: BaseInstrument

The instrument.

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/MFD/Components/CAS/CAS.tsx:15


logicHandler

logicHandler: CompositeLogicXMLHost

The xml host.

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/MFD/Components/CAS/CAS.tsx:13


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

sdk/components/FSComponent.ts:125