Skip to main content

Class: MFDSelectApproachStore

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Procedure/Approach/MFDSelectApproachStore.ts:8

A data store for the MFD approach selection component.

Extends

Constructors

Constructor

new MFDSelectApproachStore(facLoader): MFDSelectApproachStore

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/Approach/SelectApproachStore.ts:43

Constructor.

Parameters

ParameterTypeDescription
facLoaderFacilityLoaderThe facility loader.

Returns

MFDSelectApproachStore

Inherited from

SelectApproachStore.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

SelectApproachStore._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

Inherited from

SelectApproachStore.currentMinFeet


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

Inherited from

SelectApproachStore.decisionAltitude


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

Inherited from

SelectApproachStore.decisionHeight


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

Inherited from

SelectApproachStore.frequencySubject


inputValue

readonly inputValue: Subject<string>

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/Approach/SelectApproachStore.ts:36

Inherited from

SelectApproachStore.inputValue


minimumsMode

readonly minimumsMode: Subject<MinimumsMode>

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/Approach/SelectApproachStore.ts:15

Inherited from

SelectApproachStore.minimumsMode


minimumsSubject

readonly minimumsSubject: Subject<number>

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/Approach/SelectApproachStore.ts:21

Inherited from

SelectApproachStore.minimumsSubject


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

Inherited from

SelectApproachStore.minimumsUnit


minsToggleOptions

minsToggleOptions: string[]

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/Approach/SelectApproachStore.ts:22

Inherited from

SelectApproachStore.minsToggleOptions


previewPlan

readonly previewPlan: Subject<null | FlightPlan>

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Procedure/Approach/MFDSelectApproachStore.ts:11

Overrides

SelectApproachStore.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

SelectApproachStore.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

SelectApproachStore.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

SelectApproachStore.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

Inherited from

SelectApproachStore.selectedTransition


sequence

readonly sequence: ArraySubject<Subject<LegDefinition>>

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Procedure/Approach/MFDSelectApproachStore.ts:9

Overrides

SelectApproachStore.sequence


transitionPreviewPlan

readonly transitionPreviewPlan: Subject<null | FlightPlan>

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Procedure/Approach/MFDSelectApproachStore.ts:12


transitions

readonly transitions: SubscribableArray<TransitionListItem>

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/Approach/SelectApproachStore.ts:34

Inherited from

SelectApproachStore.transitions

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

ParameterTypeDescription
facilityundefined | AirportFacilityThe selected airport facility.

Returns

void

Inherited from

SelectApproachStore.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

Inherited from

SelectApproachStore.onSelectedProcedureChanged