Interface: NavStatusBoxDataProvider
A data provider for a navigation status box.
Implemented by
Properties
obsCourse
• Readonly
obsCourse: Subscribable
<null
| number
>
The current active OBS course, in degrees, or null
if OBS is inactive.
Defined in
src/garminsdk/components/nextgenpfd/navstatusbox/NavStatusBoxDataProvider.ts:33
trackedLegs
• Readonly
trackedLegs: Subscribable
<Readonly
<NavStatusTrackedLegs
>>
The current from, to, and next flight plan legs LNAV is tracking.
Defined in
src/garminsdk/components/nextgenpfd/navstatusbox/NavStatusBoxDataProvider.ts:30
waypointAlertState
• Readonly
waypointAlertState: Subscribable
<Readonly
<WaypointAlertStateEvent
>>
The current waypoint alert state.
Defined in
src/garminsdk/components/nextgenpfd/navstatusbox/NavStatusBoxDataProvider.ts:36
waypointAlertTime
• Readonly
waypointAlertTime: Subscribable
<NumberUnitInterface
<Duration
, Unit
<Duration
>>>
The time remaining for the current waypoint alert, or NaN
if an alert is not active.
Defined in
src/garminsdk/components/nextgenpfd/navstatusbox/NavStatusBoxDataProvider.ts:39