Interface: G3XAltimeterProps
Component props for G3XAltimeter.
Hierarchy
ComponentProps
↳
G3XAltimeterProps
Properties
altitudeAlertState
• altitudeAlertState: Subscribable
<AltitudeAlertState
>
The current altitude alert state.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/Altimeter/G3XAltimeter.tsx:38
baroDisplayUnit
• baroDisplayUnit: Subscribable
<Unit
<Pressure
>>
The unit type in which to display the altimeter barometric pressure setting.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/Altimeter/G3XAltimeter.tsx:35
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
src/sdk/components/FSComponent.ts:122
dataProvider
• dataProvider: AltimeterDataProvider
A provider of altimeter data.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/Altimeter/G3XAltimeter.tsx:32
declutter
• declutter: Subscribable
<boolean
>
Whether the altimeter should be decluttered.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/Altimeter/G3XAltimeter.tsx:44
index
• index: number
The index of the sim altimeter whose indicated altitude and barometric pressure setting is bound to the altimeter.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/Altimeter/G3XAltimeter.tsx:29
minimumsAlertState
• minimumsAlertState: Subscribable
<MinimumsAlertState
>
The current minimums alert state.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/Altimeter/G3XAltimeter.tsx:41
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
src/sdk/components/FSComponent.ts:125
uiService
• uiService: UiService
The UI service.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/Altimeter/G3XAltimeter.tsx:26