Skip to main content

Interface: HorizonDisplayProps

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Horizon/HorizonDisplay.tsx:33

Component props for HorizonDisplay.

Extends

  • ComponentProps

Properties

bus

bus: EventBus

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Horizon/HorizonDisplay.tsx:35

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: HorizonConfig

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Horizon/HorizonDisplay.tsx:41

The configuration object for the display.


declutter

declutter: Subscribable<boolean>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Horizon/HorizonDisplay.tsx:65

Whether to declutter the display.


iauSettingManager

iauSettingManager: UserSettingManager<IauUserSettingTypes>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Horizon/HorizonDisplay.tsx:56

A manager for IAU user settings.


lowBankAngle

lowBankAngle: number

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Horizon/HorizonDisplay.tsx:50

The bank angle limit, in degrees, in low-bank mode.


pfdIndex

pfdIndex: PfdIndex

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Horizon/HorizonDisplay.tsx:38

The index of the PFD to which the horizon display belongs.


pfdSettingManager

pfdSettingManager: UserSettingManager<PfdAliasedUserSettingTypes>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Horizon/HorizonDisplay.tsx:59

A manager for PFD user settings.


projectedOffset

projectedOffset: Readonly<Omit<Float64Array, "set" | "sort" | "copyWithin">> | Subscribable<Readonly<Omit<Float64Array, "set" | "sort" | "copyWithin">>>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Horizon/HorizonDisplay.tsx:47

The projected offset of the center of the projection, as [x, y] in pixels.


projectedSize

projectedSize: Readonly<Omit<Float64Array, "set" | "sort" | "copyWithin">> | Subscribable<Readonly<Omit<Float64Array, "set" | "sort" | "copyWithin">>>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Horizon/HorizonDisplay.tsx:44

The projected size of the horizon display, as [width, height] in pixels.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref


tcasRaCommandDataProvider?

optional tcasRaCommandDataProvider: TcasRaCommandDataProvider

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Horizon/HorizonDisplay.tsx:53

A provider of TCAS-II resolution advisory vertical speed command data. Required to display TCAS RA pitch cues.


unitsSettingManager

unitsSettingManager: UnitsUserSettingManager

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Horizon/HorizonDisplay.tsx:62

A manager for display units user settings.