Interface: AltimeterProps
Component props for AirspeedIndicator.
Hierarchy
ComponentProps
↳
AltimeterProps
Properties
bus
• bus: EventBus
The event bus.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Altimeter/Altimeter.tsx:20
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
src/sdk/components/FSComponent.ts:122
config
• config: AltimeterConfig
The configuration object for the altimeter.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Altimeter/Altimeter.tsx:26
dataProvider
• dataProvider: AltimeterDataProvider
A data provider for the altimeter.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Altimeter/Altimeter.tsx:32
declutter
• declutter: Subscribable
<boolean
>
Whether the indicator should be decluttered.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Altimeter/Altimeter.tsx:44
iauConfig
• iauConfig: IauConfig
Configuration options for the IAU used by the altimeter.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Altimeter/Altimeter.tsx:29
iauSettingManager
• iauSettingManager: UserSettingManager
<IauUserSettingTypes
>
A manager for IAU user settings.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Altimeter/Altimeter.tsx:38
minimumsAlertState
• minimumsAlertState: Subscribable
<MinimumsAlertState
>
The current minimums alert state.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Altimeter/Altimeter.tsx:35
pfdIndex
• pfdIndex: number
The index of the PFD instrument to which the altimeter belongs.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Altimeter/Altimeter.tsx:23
pfdSettingManager
• pfdSettingManager: UserSettingManager
<PfdAliasedUserSettingTypes
>
A manager for PFD user settings.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Altimeter/Altimeter.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