Skip to main content

Type Alias: FmaModeSlotActiveData

FmaModeSlotActiveData = object

Defined in: src/garminsdk/components/nextgenpfd/fma/FmaModeSlot.tsx:6

Data describing the active autopilot mode for an FMA mode display slot.

Properties

active

active: string

Defined in: src/garminsdk/components/nextgenpfd/fma/FmaModeSlot.tsx:8

The active mode.


armedTransition

armedTransition: string | undefined

Defined in: src/garminsdk/components/nextgenpfd/fma/FmaModeSlot.tsx:11

The armed mode from which the active mode transitioned.


failed

failed: string | undefined

Defined in: src/garminsdk/components/nextgenpfd/fma/FmaModeSlot.tsx:17

The failed mode that caused the transition to the current active mode.


secondaryArmedTransition

secondaryArmedTransition: string | undefined

Defined in: src/garminsdk/components/nextgenpfd/fma/FmaModeSlot.tsx:14

The secondary armed mode from which the active mode transitioned.