Skip to main content

Interface: G3000AltimeterProps

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Altimeter/G3000Altimeter.tsx:16

Component props for G3000Altimeter.

Extends

Properties

altitudeAlertState

altitudeAlertState: Subscribable<AltitudeAlertState>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Altimeter/G3000Altimeter.tsx:27

The current altitude alert state.


children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

ComponentProps.children


config

config: AltimeterConfig

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Altimeter/G3000Altimeter.tsx:18

The configuration object for the altimeter.


dataProvider

dataProvider: AltimeterDataProvider

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Altimeter/G3000Altimeter.tsx:24

A data provider for the altimeter.


declutter

declutter: Subscribable<boolean>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Altimeter/G3000Altimeter.tsx:39

Whether the indicator should be decluttered due to unusual attitudes.


isBaroTransitionAlertActive

isBaroTransitionAlertActive: Subscribable<boolean>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Altimeter/G3000Altimeter.tsx:33

Whether the barometric transition alert is active.


minimumsAlertState

minimumsAlertState: Subscribable<MinimumsAlertState>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Altimeter/G3000Altimeter.tsx:30

The current minimums alert state.


pfdGduConfig

pfdGduConfig: PfdGduConfig

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Altimeter/G3000Altimeter.tsx:21

Configuration options for the altimeter's parent PFD GDU.


pfdSettingManager

pfdSettingManager: UserSettingManager<PfdAliasedUserSettingTypes>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Altimeter/G3000Altimeter.tsx:36

A manager for PFD user settings.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref