Interface: RollIndicatorProps
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/RollIndicator.tsx:64
Component props for RollIndicator.
Extends
Properties
children?
optional
children:DisplayChildren
[]
Defined in: sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
options
options:
RollIndicatorOptions
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/RollIndicator.tsx:78
Options for the roll indicator.
projection
projection:
HorizonProjection
Defined in: sdk/components/horizon/HorizonLayer.ts:10
The layer's horizon projection.
Inherited from
ref?
optional
ref:NodeReference
<any
>
Defined in: sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
show
show:
Subscribable
<boolean
>
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/RollIndicator.tsx:66
Whether to show the indicator.
showLowBankArc
showLowBankArc:
Subscribable
<boolean
>
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/RollIndicator.tsx:72
Whether to show the low-bank arc.
showSlipSkid
showSlipSkid:
Subscribable
<boolean
>
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/RollIndicator.tsx:69
Whether to show the slip-skid indicator.
sideSlip
sideSlip:
Subscribable
<null
|number
>
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/RollIndicator.tsx:75
The sideslip acceleration in gs, or null when invalid.
updateFreq?
optional
updateFreq:Subscribable
<number
>
Defined in: sdk/components/horizon/HorizonLayer.ts:17
A subscribable which provides the maximum update frequency of the layer, in hertz. Note that the actual update frequency will not exceed the update frequency of the layer's parent map. If not defined, the frequency will default to that of the layer's parent map.