Skip to main content

Interface: WindOptionProps

The properties on the wind option display component.

Hierarchy

  • ComponentProps

    WindOptionProps

Properties

aircraftHeading

Optional aircraftHeading: Subject<number>

The aircraft heading subject.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/Overlays/Wind/WindOption.tsx:12


children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

sdk/components/FSComponent.ts:122


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

sdk/components/FSComponent.ts:125


windData

windData: Subject<WindData>

The wind data subject.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/Overlays/Wind/WindOption.tsx:10