Skip to main content

Interface: G3XAltimeterProps

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/Altimeter/G3XAltimeter.tsx:24

Component props for G3XAltimeter.

Extends

  • ComponentProps

Properties

altitudeAlertState

altitudeAlertState: Subscribable<AltitudeAlertState>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/Altimeter/G3XAltimeter.tsx:38

The current altitude alert state.


baroDisplayUnit

baroDisplayUnit: Subscribable<Unit<Pressure>>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/Altimeter/G3XAltimeter.tsx:35

The unit type in which to display the altimeter barometric pressure setting.


children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

ComponentProps.children


dataProvider

dataProvider: AltimeterDataProvider

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/Altimeter/G3XAltimeter.tsx:32

A provider of altimeter data.


declutter

declutter: Subscribable<boolean>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/Altimeter/G3XAltimeter.tsx:44

Whether the altimeter should be decluttered.


index

index: number

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

The index of the sim altimeter whose indicated altitude and barometric pressure setting is bound to the altimeter.


minimumsAlertState

minimumsAlertState: Subscribable<MinimumsAlertState>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/Altimeter/G3XAltimeter.tsx:41

The current minimums alert state.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref


uiService

uiService: UiService

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

The UI service.