Skip to main content

Interface: FlightPlanApproachLegPreviewDataItem

A data item describing a previewed approach flight plan leg.

Hierarchy

  • FlightPlanBaseDataItem

    FlightPlanApproachLegPreviewDataItem

Properties

approachData

Readonly approachData: Readonly<G3XFmsFplLoadedApproachData>

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

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/FlightPlan/FlightPlanDataItem.ts:98


fixIcao

Readonly fixIcao: string

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

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/FlightPlan/FlightPlanDataItem.ts:95


flightPlan

Readonly flightPlan: FlightPlan

This item's parent flight plan.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/FlightPlan/FlightPlanDataItem.ts:83


index

Readonly index: number

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

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/FlightPlan/FlightPlanDataItem.ts:86


isVisible

Readonly isVisible: Subscribable<boolean>

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

Inherited from

FlightPlanBaseDataItem.isVisible

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/FlightPlan/FlightPlanDataItem.ts:20


leg

Readonly leg: FlightPlanLeg

This item's associated flight plan leg.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/FlightPlan/FlightPlanDataItem.ts:89


type

Readonly type: ApproachLegPreview

The type of this data item.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/FlightPlan/FlightPlanDataItem.ts:80