Skip to main content

Interface: PitchLadderProps

Defined in: src/garminsdk/components/nextgenpfd/horizon/PitchLadder.tsx:70

Component props for PitchLadder.

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/garminsdk/components/nextgenpfd/horizon/PitchLadder.tsx:81

The clipping bounds of the pitch ladder, as [left, top, right, bottom] in pixels relative to the center of the projection.


isSVTEnabled

isSVTEnabled: Subscribable<boolean>

Defined in: src/garminsdk/components/nextgenpfd/horizon/PitchLadder.tsx:75

Whether synthetic vision is enabled.


options

options: PitchLadderOptions

Defined in: src/garminsdk/components/nextgenpfd/horizon/PitchLadder.tsx:84

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/garminsdk/components/nextgenpfd/horizon/PitchLadder.tsx:72

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