Skip to main content

Class: RoutePageLegItem

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/FplnPageStore.ts:6

Route Page Leg Items

Constructors

Constructor

new RoutePageLegItem(globalIndex, segmentIndex, segmentLegIndex, lastRowWasDiscontinuity, isPlanEnd, isFirstRow, isActive, segmentType?, legDefinition?, title?): RoutePageLegItem

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/FplnPageStore.ts:21

A Route Page Item

Parameters

ParameterTypeDescription
globalIndexnumberLeg Global Leg Index
segmentIndexnumberSegment Index
segmentLegIndexnumberLeg Index in Segment
lastRowWasDiscontinuitybooleanWhether the last row was a discontinuity
isPlanEndbooleanWhether this is the plan end line
isFirstRowbooleanWhether this is the first row of the list on the page
isActivebooleanWhere this is or contains the active leg
segmentType?FlightPlanSegmentTypeis the Segment Type for the segment containing this leg
legDefinition?LegDefinitionLeg Definition
title?stringThe title for this route page item (DIRECT, AirwayName, Proc Name)

Returns

RoutePageLegItem

Properties

globalIndex

globalIndex: number

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/FplnPageStore.ts:22

Leg Global Leg Index


isActive

isActive: boolean

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/FplnPageStore.ts:28

Where this is or contains the active leg


isFirstRow

isFirstRow: boolean

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/FplnPageStore.ts:27

Whether this is the first row of the list on the page


isPlanEnd

isPlanEnd: boolean

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/FplnPageStore.ts:26

Whether this is the plan end line


lastRowWasDiscontinuity

lastRowWasDiscontinuity: boolean

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/FplnPageStore.ts:25

Whether the last row was a discontinuity


legDefinition?

optional legDefinition: LegDefinition

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/FplnPageStore.ts:30

Leg Definition


segmentIndex

segmentIndex: number

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/FplnPageStore.ts:23

Segment Index


segmentLegIndex

segmentLegIndex: number

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/FplnPageStore.ts:24

Leg Index in Segment


segmentType?

optional segmentType: FlightPlanSegmentType

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/FplnPageStore.ts:29

is the Segment Type for the segment containing this leg


title?

optional title: string

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/FplnPageStore.ts:31

The title for this route page item (DIRECT, AirwayName, Proc Name)