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
Name | 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
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