Skip to main content

Interface: AoaIndicatorProps

Component props for AoaIndicator.

Hierarchy

  • ComponentProps

    AoaIndicatorProps

Properties

bus

bus: EventBus

The event bus.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Aoa/AoaIndicator.tsx:17


children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

src/sdk/components/FSComponent.ts:122


config

config: AoaIndicatorConfig

The configuration object for the indicator.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Aoa/AoaIndicator.tsx:20


dataProvider

dataProvider: AoaDataProvider

A data provider for the indicator.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Aoa/AoaIndicator.tsx:23


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

src/sdk/components/FSComponent.ts:125


settingManager

settingManager: UserSettingManager<AoaIndicatorUserSettingTypes>

A manager for angle of attack indicator user settings.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Aoa/AoaIndicator.tsx:26