Interface: HorizonDisplayProps
Component props for HorizonDisplay.
Hierarchy
ComponentProps
↳
HorizonDisplayProps
Properties
bus
• bus: EventBus
The event bus.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Horizon/HorizonDisplay.tsx:29
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
src/sdk/components/FSComponent.ts:122
config
• config: HorizonConfig
The configuration object for the display.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Horizon/HorizonDisplay.tsx:35
declutter
• declutter: Subscribable
<boolean
>
Whether to declutter the display.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Horizon/HorizonDisplay.tsx:59
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/Horizon/HorizonDisplay.tsx:50
lowBankAngle
• lowBankAngle: number
The bank angle limit, in degrees, in low-bank mode.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Horizon/HorizonDisplay.tsx:44
pfdIndex
• pfdIndex: PfdIndex
The index of the PFD to which the horizon display belongs.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Horizon/HorizonDisplay.tsx:32
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/Horizon/HorizonDisplay.tsx:53
projectedOffset
• projectedOffset: Readonly
<Omit
<Float64Array
, "set"
| "sort"
| "copyWithin"
>> | Subscribable
<Readonly
<Omit
<Float64Array
, "set"
| "sort"
| "copyWithin"
>>>
The projected offset of the center of the projection, as [x, y]
in pixels.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Horizon/HorizonDisplay.tsx:41
projectedSize
• projectedSize: Readonly
<Omit
<Float64Array
, "set"
| "sort"
| "copyWithin"
>> | Subscribable
<Readonly
<Omit
<Float64Array
, "set"
| "sort"
| "copyWithin"
>>>
The projected size of the horizon display, as [width, height]
in pixels.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Horizon/HorizonDisplay.tsx:38
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
src/sdk/components/FSComponent.ts:125
tcasRaCommandDataProvider
• Optional
tcasRaCommandDataProvider: TcasRaCommandDataProvider
A provider of TCAS-II resolution advisory vertical speed command data. Required to display TCAS RA pitch cues.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Horizon/HorizonDisplay.tsx:47
unitsSettingManager
• unitsSettingManager: UnitsUserSettingManager
<UnitsUserSettingTypes
>
A manager for display units user settings.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Horizon/HorizonDisplay.tsx:56