Skip to main content

Class: RoutePageLegItem

Route Page Leg Items

Constructors

constructor

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

A Route Page Item

Parameters

NameTypeDescription
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

Defined in

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

Properties

globalIndex

globalIndex: number

Leg Global Leg Index

Defined in

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


isActive

isActive: boolean

Where this is or contains the active leg

Defined in

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


isFirstRow

isFirstRow: boolean

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

Defined in

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


isPlanEnd

isPlanEnd: boolean

Whether this is the plan end line

Defined in

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


lastRowWasDiscontinuity

lastRowWasDiscontinuity: boolean

Whether the last row was a discontinuity

Defined in

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


legDefinition

Optional legDefinition: LegDefinition

Leg Definition

Defined in

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


segmentIndex

segmentIndex: number

Segment Index

Defined in

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


segmentLegIndex

segmentLegIndex: number

Leg Index in Segment

Defined in

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


segmentType

Optional segmentType: FlightPlanSegmentType

is the Segment Type for the segment containing this leg

Defined in

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


title

Optional title: string

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

Defined in

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