Interface: G3XPitchLadderProps
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/PitchLadder/G3XPitchLadder.tsx:75
Component props for G3XPitchLadder.
Extends
HorizonLayerProps
Properties
children?
optional
children:DisplayChildren
[]
Defined in: src/sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
HorizonLayerProps.children
clipBounds
clipBounds:
Readonly
<Omit
<Float64Array
,"set"
|"sort"
|"copyWithin"
>> |Subscribable
<Readonly
<Omit
<Float64Array
,"set"
|"sort"
|"copyWithin"
>>>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/PitchLadder/G3XPitchLadder.tsx:86
The clipping bounds of the pitch ladder, as [left, top, right, bottom]
in pixels relative to the center of the
projection.
includeUnusualAttitudeChevrons
includeUnusualAttitudeChevrons:
boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/PitchLadder/G3XPitchLadder.tsx:92
Whether to include the display of unusual attitude warning chevrons.
isSVTEnabled
isSVTEnabled:
Subscribable
<boolean
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/PitchLadder/G3XPitchLadder.tsx:80
Whether synthetic vision is enabled.
options
options:
G3XPitchLadderOptions
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/PitchLadder/G3XPitchLadder.tsx:89
Options for the pitch ladder.
projection
projection:
HorizonProjection
Defined in: src/sdk/components/horizon/HorizonLayer.ts:10
The layer's horizon projection.
Inherited from
HorizonLayerProps.projection
ref?
optional
ref:NodeReference
<any
>
Defined in: src/sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
HorizonLayerProps.ref
show
show:
Subscribable
<boolean
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/PitchLadder/G3XPitchLadder.tsx:77
Whether to show the pitch ladder.
updateFreq?
optional
updateFreq:Subscribable
<number
>
Defined in: src/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.
Inherited from
HorizonLayerProps.updateFreq