Skip to main content

Interface: WindOptionProps

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

The properties on the wind option display component.

Extends

  • ComponentProps

Properties

aircraftHeading?

optional aircraftHeading: Subject<number>

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

The aircraft heading subject.


children?

optional children: DisplayChildren[]

Defined in: sdk/components/FSComponent.ts:122

The children of the display component.

Inherited from

ComponentProps.children


ref?

optional ref: NodeReference<any>

Defined in: sdk/components/FSComponent.ts:125

A reference to the display component.

Inherited from

ComponentProps.ref


windData

windData: Subject<WindData>

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

The wind data subject.