Class: DepArrPageStore
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Pages/DepArrPageStore.ts:13
Dep Arr Page Store
Constructors
Constructor
new DepArrPageStore():
DepArrPageStore
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Pages/DepArrPageStore.ts:57
Creates the store.
Returns
DepArrPageStore
Properties
approaches
readonly
approaches:SubscribableArray
<ProcedureListItem
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Pages/DepArrPageStore.ts:40
approachTransitions
readonly
approachTransitions:SubscribableArray
<TransitionListItem
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Pages/DepArrPageStore.ts:44
arrivals
readonly
arrivals:SubscribableArray
<ProcedureListItem
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Pages/DepArrPageStore.ts:31
arrivalTransitions
readonly
arrivalTransitions:SubscribableArray
<TransitionListItem
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Pages/DepArrPageStore.ts:36
departureRunways
readonly
departureRunways:SubscribableArray
<OneWayRunway
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Pages/DepArrPageStore.ts:18
departures
readonly
departures:SubscribableArray
<ProcedureListItem
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Pages/DepArrPageStore.ts:23
departureTransitions
readonly
departureTransitions:SubscribableArray
<TransitionListItem
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Pages/DepArrPageStore.ts:27
destination
readonly
destination:Subject
<string
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Pages/DepArrPageStore.ts:50
origin
readonly
origin:Subject
<string
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Pages/DepArrPageStore.ts:49
selectedApproach
readonly
selectedApproach:Subject
<undefined
|ProcedureListItem
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Pages/DepArrPageStore.ts:41
selectedApproachTransition
readonly
selectedApproachTransition:Subject
<undefined
|TransitionListItem
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Pages/DepArrPageStore.ts:45
selectedArrival
readonly
selectedArrival:Subject
<undefined
|ProcedureListItem
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Pages/DepArrPageStore.ts:32
selectedArrivalRunwayTransitionIndex
readonly
selectedArrivalRunwayTransitionIndex:Subject
<number
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Pages/DepArrPageStore.ts:33
selectedArrivalTransition
readonly
selectedArrivalTransition:Subject
<undefined
|TransitionListItem
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Pages/DepArrPageStore.ts:37
selectedDeparture
readonly
selectedDeparture:Subject
<undefined
|ProcedureListItem
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Pages/DepArrPageStore.ts:24
selectedDepartureRunway
readonly
selectedDepartureRunway:Subject
<undefined
|OneWayRunway
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Pages/DepArrPageStore.ts:19
selectedDepartureRunwayTransitionIndex
readonly
selectedDepartureRunwayTransitionIndex:Subject
<number
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Pages/DepArrPageStore.ts:20
selectedDepartureTransition
readonly
selectedDepartureTransition:Subject
<undefined
|TransitionListItem
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Pages/DepArrPageStore.ts:28
selectedFacility
readonly
selectedFacility:Subject
<undefined
|AirportFacility
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Pages/DepArrPageStore.ts:15
visualApproachOffset
readonly
visualApproachOffset:Subject
<number
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Pages/DepArrPageStore.ts:47
Methods
destroy()
destroy():
void
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Pages/DepArrPageStore.ts:70
Destroys this store.
Returns
void
loadCurrentProcedureData()
loadCurrentProcedureData(
fms
,view
):void
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Pages/DepArrPageStore.ts:396
Loads the current flight plan procedure data into the store.
Parameters
Parameter | Type | Description |
---|---|---|
fms | WT21Fms | The Fms |
view | DepArrView | The Current Dep/Arr View |
Returns
void