Class: DepArrPageStore
Dep Arr Page Store
Constructors
constructor
• new DepArrPageStore(): DepArrPageStore
Creates the store.
Returns
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:57
Properties
approachTransitions
• Readonly
approachTransitions: SubscribableArray
<TransitionListItem
>
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:45
approaches
• Readonly
approaches: SubscribableArray
<ProcedureListItem
>
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:41
arrivalTransitions
• Readonly
arrivalTransitions: SubscribableArray
<TransitionListItem
>
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:37
arrivals
• Readonly
arrivals: SubscribableArray
<ProcedureListItem
>
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:32
departureRunways
• Readonly
departureRunways: SubscribableArray
<OneWayRunway
>
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:19
departureTransitions
• Readonly
departureTransitions: SubscribableArray
<TransitionListItem
>
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:28
departures
• Readonly
departures: SubscribableArray
<ProcedureListItem
>
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:24
destination
• Readonly
destination: Subject
<string
>
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:51
origin
• Readonly
origin: Subject
<string
>
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:50
selectedApproach
• Readonly
selectedApproach: Subject
<undefined
| ProcedureListItem
>
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:42
selectedApproachTransition
• Readonly
selectedApproachTransition: Subject
<undefined
| TransitionListItem
>
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:46
selectedArrival
• Readonly
selectedArrival: Subject
<undefined
| ProcedureListItem
>
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:33
selectedArrivalRunwayTransitionIndex
• Readonly
selectedArrivalRunwayTransitionIndex: Subject
<number
>
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:34
selectedArrivalTransition
• Readonly
selectedArrivalTransition: Subject
<undefined
| TransitionListItem
>
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:38
selectedDeparture
• Readonly
selectedDeparture: Subject
<undefined
| ProcedureListItem
>
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:25
selectedDepartureRunway
• Readonly
selectedDepartureRunway: Subject
<undefined
| OneWayRunway
>
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:20
selectedDepartureRunwayTransitionIndex
• Readonly
selectedDepartureRunwayTransitionIndex: Subject
<number
>
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:21
selectedDepartureTransition
• Readonly
selectedDepartureTransition: Subject
<undefined
| TransitionListItem
>
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:29
selectedFacility
• Readonly
selectedFacility: Subject
<undefined
| AirportFacility
>
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:16
visualApproachOffset
• Readonly
visualApproachOffset: Subject
<number
>
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:48
Methods
destroy
▸ destroy(): void
Destroys this store.
Returns
void
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:68
loadCurrentProcedureData
▸ loadCurrentProcedureData(fms
, view
): void
Loads the current flight plan procedure data into the store.
Parameters
Name | Type | Description |
---|---|---|
fms | WT21Fms | The Fms |
view | DepArrView | The Current Dep/Arr View |
Returns
void
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageStore.ts:394