Interface: PitchLadderProps
Component props for PitchLadder.
Hierarchy
HorizonLayerProps
↳
PitchLadderProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
HorizonLayerProps.children
Defined in
src/sdk/components/FSComponent.ts:122
clipBounds
• clipBounds: Readonly
<Omit
<Float64Array
, "set"
| "sort"
| "copyWithin"
>> | Subscribable
<Readonly
<Omit
<Float64Array
, "set"
| "sort"
| "copyWithin"
>>>
The clipping bounds of the pitch ladder, as [left, top, right, bottom]
in pixels relative to the center of the
projection.
Defined in
src/garminsdk/components/nextgenpfd/horizon/PitchLadder.tsx:81
isSVTEnabled
• isSVTEnabled: Subscribable
<boolean
>
Whether synthetic vision is enabled.
Defined in
src/garminsdk/components/nextgenpfd/horizon/PitchLadder.tsx:75
options
• options: PitchLadderOptions
Options for the pitch ladder.
Defined in
src/garminsdk/components/nextgenpfd/horizon/PitchLadder.tsx:84
projection
• projection: HorizonProjection
The layer's horizon projection.
Inherited from
HorizonLayerProps.projection
Defined in
src/sdk/components/horizon/HorizonLayer.ts:10
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
HorizonLayerProps.ref
Defined in
src/sdk/components/FSComponent.ts:125
show
• show: Subscribable
<boolean
>
Whether to show the pitch ladder.
Defined in
src/garminsdk/components/nextgenpfd/horizon/PitchLadder.tsx:72
updateFreq
• Optional
updateFreq: Subscribable
<number
>
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
Defined in
src/sdk/components/horizon/HorizonLayer.ts:17