Skip to main content

Interface: FlightPlanLegDataItem

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/FlightPlan/FlightPlanDataItem.ts:46

A data item describing a flight plan leg.

Extends

  • FlightPlanBaseDataItem

Properties

activeStatus

readonly activeStatus: Subscribable<FlightPlanLegDataItemActiveStatus>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/FlightPlan/FlightPlanDataItem.ts:69

The status of this item's flight plan leg relative to the active leg.


approachData

readonly approachData: undefined | Readonly<G3XFmsFplLoadedApproachData>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/FlightPlan/FlightPlanDataItem.ts:66

Data describing the approach to which this item's flight plan leg belongs, or undefined if the leg does not belong to an approach.


dataFields

readonly dataFields: readonly Subscribable<null | FlightPlanDataField<FlightPlanDataFieldType>>[]

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/FlightPlan/FlightPlanDataItem.ts:72

This item's data fields.


fixIcao

readonly fixIcao: string

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/FlightPlan/FlightPlanDataItem.ts:60

The ICAO of the waypoint fix associated with this item's flight plan leg, or the empty string if no such waypoint fix exists.


flightPlan

readonly flightPlan: FlightPlan

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/FlightPlan/FlightPlanDataItem.ts:51

This item's parent flight plan.


isVisible

readonly isVisible: Subscribable<boolean>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/FlightPlan/FlightPlanDataItem.ts:20

Whether this item should be visible when displayed in a list format.

Inherited from

FlightPlanBaseDataItem.isVisible


leg

readonly leg: LegDefinition

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/FlightPlan/FlightPlanDataItem.ts:54

This item's associated flight plan leg.


type

readonly type: Leg

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/FlightPlan/FlightPlanDataItem.ts:48

The type of this data item.