Skip to main content

Interface: FlightPlanApproachLegPreviewDataItem

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

A data item describing a previewed approach flight plan leg.

Extends

  • FlightPlanBaseDataItem

Properties

approachData

readonly approachData: Readonly<G3XFmsFplLoadedApproachData>

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

Data describing the approach to which this item's flight plan leg belongs.


fixIcao

readonly fixIcao: string

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

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:83

This item's parent flight plan.


index

readonly index: number

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

The index of this item's associated flight plan leg in its approach procedure.


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: FlightPlanLeg

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

This item's associated flight plan leg.


type

readonly type: ApproachLegPreview

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

The type of this data item.