Class: SelectApproachStore
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/Approach/SelectApproachStore.ts:13
A data store for SelectApproach.
Extends
SelectProcedureStore
<ApproachListItem
>
Extended by
Constructors
Constructor
new SelectApproachStore(
facLoader
):SelectApproachStore
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/Approach/SelectApproachStore.ts:43
Constructor.
Parameters
Parameter | Type | Description |
---|---|---|
facLoader | FacilityLoader | The facility loader. |
Returns
SelectApproachStore
Overrides
SelectProcedureStore
.constructor
Properties
_procedures
protected
readonly
_procedures:ArraySubject
<ApproachListItem
>
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/SelectProcedureStore.ts:9
Inherited from
SelectProcedureStore
._procedures
currentMinFeet
readonly
currentMinFeet:Subject
<number
>
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/Approach/SelectApproachStore.ts:37
decisionAltitude
readonly
decisionAltitude:NumberUnitSubject
<Distance
,SimpleUnit
<Distance
>>
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/Approach/SelectApproachStore.ts:20
decisionHeight
readonly
decisionHeight:NumberUnitSubject
<Distance
,SimpleUnit
<Distance
>>
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/Approach/SelectApproachStore.ts:19
frequencySubject
readonly
frequencySubject:ComputedSubject
<undefined
|number
,string
>
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/Approach/SelectApproachStore.ts:24
inputValue
readonly
inputValue:Subject
<string
>
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/Approach/SelectApproachStore.ts:36
minimumsMode
readonly
minimumsMode:Subject
<MinimumsMode
>
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/Approach/SelectApproachStore.ts:15
minimumsSubject
readonly
minimumsSubject:Subject
<number
>
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/Approach/SelectApproachStore.ts:21
minimumsUnit
readonly
minimumsUnit:ComputedSubject
<Unit
<Distance
>,string
>
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/Approach/SelectApproachStore.ts:16
minsToggleOptions
minsToggleOptions:
string
[]
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/Approach/SelectApproachStore.ts:22
previewPlan
readonly
previewPlan:Subject
<null
|FlightPlan
>
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/SelectProcedureStore.ts:14
Inherited from
SelectProcedureStore
.previewPlan
procedures
readonly
procedures:SubscribableArray
<ApproachListItem
>
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/SelectProcedureStore.ts:10
Inherited from
SelectProcedureStore
.procedures
selectedFacility
readonly
selectedFacility:Subject
<undefined
|AirportFacility
>
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/SelectProcedureStore.ts:7
Inherited from
SelectProcedureStore
.selectedFacility
selectedProcedure
readonly
selectedProcedure:Subject
<undefined
|ApproachListItem
>
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/SelectProcedureStore.ts:12
Inherited from
SelectProcedureStore
.selectedProcedure
selectedTransition
readonly
selectedTransition:Subject
<undefined
|TransitionListItem
>
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/Approach/SelectApproachStore.ts:31
sequence
readonly
sequence:ArraySubject
<Subject
<LegDefinition
>>
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/SelectProcedureStore.ts:16
Inherited from
transitions
readonly
transitions:SubscribableArray
<TransitionListItem
>
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/Approach/SelectApproachStore.ts:34
Methods
onSelectedFacilityChanged()
protected
onSelectedFacilityChanged(facility
):void
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/Approach/SelectApproachStore.ts:48
Responds to changes in the selected airport facility.
Parameters
Parameter | Type | Description |
---|---|---|
facility | undefined | AirportFacility | The selected airport facility. |
Returns
void
Overrides
SelectProcedureStore
.onSelectedFacilityChanged
onSelectedProcedureChanged()
protected
onSelectedProcedureChanged():void
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/Approach/SelectApproachStore.ts:54
Responds to changes in the selected procedure.
Returns
void