Interface: AltimeterProps
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Altimeter/Altimeter.tsx:18
Component props for AirspeedIndicator.
Extends
ComponentProps
Properties
bus
bus:
EventBus
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Altimeter/Altimeter.tsx:20
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:
AltimeterConfig
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Altimeter/Altimeter.tsx:26
The configuration object for the altimeter.
dataProvider
dataProvider:
AltimeterDataProvider
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Altimeter/Altimeter.tsx:32
A data provider for the altimeter.
declutter
declutter:
Subscribable
<boolean
>
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Altimeter/Altimeter.tsx:44
Whether the indicator should be decluttered.
iauConfig
iauConfig:
IauConfig
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Altimeter/Altimeter.tsx:29
Configuration options for the IAU used by the altimeter.
iauSettingManager
iauSettingManager:
UserSettingManager
<IauUserSettingTypes
>
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Altimeter/Altimeter.tsx:38
A manager for IAU user settings.
minimumsAlertState
minimumsAlertState:
Subscribable
<MinimumsAlertState
>
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Altimeter/Altimeter.tsx:35
The current minimums alert state.
pfdIndex
pfdIndex:
number
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Altimeter/Altimeter.tsx:23
The index of the PFD instrument to which the altimeter belongs.
pfdSettingManager
pfdSettingManager:
UserSettingManager
<PfdAliasedUserSettingTypes
>
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Altimeter/Altimeter.tsx:41
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