Skip to main content

Interface: FlightPlanLegDataItem

A data item describing a flight plan leg.

Hierarchy

  • FlightPlanBaseDataItem

    FlightPlanLegDataItem

Properties

activeStatus

Readonly activeStatus: Subscribable<FlightPlanLegDataItemActiveStatus>

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

Defined in

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


approachData

Readonly approachData: undefined | Readonly<G3XFmsFplLoadedApproachData>

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

Defined in

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


dataFields

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

This item's data fields.

Defined in

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


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


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


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

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


type

Readonly type: Leg

The type of this data item.

Defined in

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