Interface: AoaIndicatorProps
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Aoa/AoaIndicator.tsx:17
Component props for AoaIndicator.
Extends
ComponentProps
Properties
bus
bus:
EventBus
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Aoa/AoaIndicator.tsx:19
The event bus.
children?
optional
children:DisplayChildren
[]
Defined in: sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
ComponentProps.children
config
config:
AoaIndicatorConfig
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Aoa/AoaIndicator.tsx:22
The configuration object for the indicator.
dataProvider
dataProvider:
AoaDataProvider
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Aoa/AoaIndicator.tsx:25
A data provider for the indicator.
ref?
optional
ref:NodeReference
<any
>
Defined in: sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
ComponentProps.ref
settingManager
settingManager:
UserSettingManager
<AoaIndicatorUserSettingTypes
>
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Aoa/AoaIndicator.tsx:28
A manager for angle of attack indicator user settings.