Skip to main content

Interface: PfdWindDisplayProps

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/WindDisplay/PfdWindDisplay.tsx:18

Component props for PfdWindDisplay.

Extends

  • ComponentProps

Properties

children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

ComponentProps.children


dataProvider

dataProvider: WindDataProvider

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/WindDisplay/PfdWindDisplay.tsx:20

A provider of wind data.


declutter

declutter: Subscribable<boolean>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/WindDisplay/PfdWindDisplay.tsx:29

Whether the display should be decluttered.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref


unitsSettingManager

unitsSettingManager: UnitsUserSettingManager

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/WindDisplay/PfdWindDisplay.tsx:26

A manager for display units user settings.


windDisplaySettingManager

windDisplaySettingManager: UserSettingManager<WindDisplayUserSettingTypes>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/WindDisplay/PfdWindDisplay.tsx:23

A manager for wind display user settings.