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
Parameter | Type | Description |
---|---|---|
globalIndex | number | Leg Global Leg Index |
segmentIndex | number | Segment Index |
segmentLegIndex | number | Leg Index in Segment |
lastRowWasDiscontinuity | boolean | Whether the last row was a discontinuity |
isPlanEnd | boolean | Whether this is the plan end line |
isFirstRow | boolean | Whether this is the first row of the list on the page |
isActive | boolean | Where this is or contains the active leg |
segmentType? | FlightPlanSegmentType | is the Segment Type for the segment containing this leg |
legDefinition? | LegDefinition | Leg Definition |
title? | string | The 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)