Skip to main content

Interface: HorizonDisplayProps

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/HorizonDisplay.tsx:87

Component props for HorizonDisplay.

Extends

Properties

aircraftSymbolOptions

aircraftSymbolOptions: AircraftSymbolOptions

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/HorizonDisplay.tsx:140

Options for the symbolic aircraft.


airspeedDataProvider

airspeedDataProvider: AirspeedDataProvider

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/HorizonDisplay.tsx:92

The airspeed data provider to use.


altitudeDataProvider

altitudeDataProvider: AltitudeDataProvider

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/HorizonDisplay.tsx:95

The altitude data provider to use.


artificialHorizonOptions

artificialHorizonOptions: ArtificialHorizonOptions

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/HorizonDisplay.tsx:128

Options for the artificial horizon.


attitudeDataProvider

attitudeDataProvider: AttitudeDataProvider

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/HorizonDisplay.tsx:98

The attitude data provider to use.


autopilotDataProvider

autopilotDataProvider: AutopilotDataProvider

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/HorizonDisplay.tsx:101

The autopilot data provider to use.


bingDelay?

optional bingDelay: number

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/HorizonDisplay.tsx:125

The amount of time, in milliseconds, to delay binding the synthetic vision layer's Bing instance. Defaults to 0.


bingId

bingId: string

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/HorizonDisplay.tsx:122

The string ID to assign to the synthetic vision layer's bound Bing instance.


bus

bus: EventBus

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/HorizonDisplay.tsx:89

Event bus.


children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

ComponentProps.children


class?

optional class: string | SubscribableSet<string>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/HorizonDisplay.tsx:186

CSS class(es) to apply to the root of the horizon display.


extendedFov?

optional extendedFov: number

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/HorizonDisplay.tsx:180

Extended field of view, in degrees. Defaults to 110 degrees.


flightDirectorDualCueOptions?

optional flightDirectorDualCueOptions: Readonly<FlightDirectorDualCueOptions>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/HorizonDisplay.tsx:149

Options for the dual-cue flight director. Required to display the dual-cue director.


flightDirectorFltPthCueOptions?

optional flightDirectorFltPthCueOptions: Readonly<FlightDirectorFltPathCueOptions>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/HorizonDisplay.tsx:152

Options for the dual-cue flight director. Required to display the dual-cue director.


flightDirectorMode

flightDirectorMode: FlightDirectorMode | Subscribable<FlightDirectorMode>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/HorizonDisplay.tsx:168

The flight director format to display.


flightDirectorOptions?

optional flightDirectorOptions: Readonly<FlightDirectorOptions>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/HorizonDisplay.tsx:143

Options for the flight director.


flightDirectorSingleCueOptions?

optional flightDirectorSingleCueOptions: Readonly<FlightDirectorSingleCueOptions>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/HorizonDisplay.tsx:146

Options for the single-cue flight director. Required to display the single-cue director.


headingDataProvider

headingDataProvider: HeadingDataProvider

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/HorizonDisplay.tsx:107

The heading data provider to use.


horizonLineOptions

horizonLineOptions: Readonly<HorizonLineOptions>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/HorizonDisplay.tsx:131

Options for the horizon line.


inertialDataProvider

inertialDataProvider: InertialDataProvider

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/HorizonDisplay.tsx:110

The inertial data provider to use.


isSvsEnabled?

optional isSvsEnabled: MutableSubscribable<any, boolean>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/HorizonDisplay.tsx:183

A mutable subscribable to which to write whether SVS is enabled.


navigationSourceDataProvider: NavigationSourceDataProvider

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/HorizonDisplay.tsx:104

The navigation source data provider to use.


normalFov?

optional normalFov: number

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/HorizonDisplay.tsx:177

Normal field of view, in degrees. Defaults to 55 degrees.


occlusions?

optional occlusions: SubscribableArray<HorizonOcclusionArea>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/HorizonDisplay.tsx:171

The set of occlusion areas to apply to certain horizon elements. If not defined, no occlusion will be applied.


pfdSettingsManager

pfdSettingsManager: UserSettingManager<PfdAliasedUserSettingTypes>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/HorizonDisplay.tsx:174

A manager for PFD settings.


pitchLadderOptions

pitchLadderOptions: HorizonPitchLadderOptions

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/HorizonDisplay.tsx:134

Options for the pitch ladder.


radioAltimeterDataProvider

radioAltimeterDataProvider: RadioAltimeterDataProvider

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/HorizonDisplay.tsx:113

The radio altimeter data provider to use.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref


rollIndicatorOptions

rollIndicatorOptions: RollIndicatorOptions

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/HorizonDisplay.tsx:137

Options for the roll indicator.


stallWarningDataProvider

stallWarningDataProvider: StallWarningDataProvider

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/HorizonDisplay.tsx:116

The stall warning data provider to use.


tcasRaCommandDataProvider

tcasRaCommandDataProvider: TcasRaCommandDataProvider

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/HorizonDisplay.tsx:161

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


tcasRaPitchCueLayerOptions?

optional tcasRaPitchCueLayerOptions: Readonly<TcasRaPitchCueLayerOptions>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/HorizonDisplay.tsx:155

Options for the TCAS resolution advisory pitch cue layer. Required to display the TCAS RA pitch cue layer.


updateFreq

updateFreq: number | Subscribable<number>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/HorizonDisplay.tsx:119

The update frequency, in hertz, of the horizon display.


useMagneticHeading

useMagneticHeading: Subscribable<boolean>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/HorizonDisplay.tsx:165

Whether to show magnetic heading information instead of true heading.