Skip to main content

Class: MFDSelectApproachStore

A data store for the MFD approach selection component.

Hierarchy

Constructors

constructor

new MFDSelectApproachStore(facLoader): MFDSelectApproachStore

Constructor.

Parameters

NameTypeDescription
facLoaderFacilityLoaderThe facility loader.

Returns

MFDSelectApproachStore

Inherited from

SelectApproachStore.constructor

Defined in

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

Properties

_procedures

Protected Readonly _procedures: ArraySubject<ApproachListItem>

Inherited from

SelectApproachStore._procedures

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/SelectProcedureStore.ts:9


currentMinFeet

Readonly currentMinFeet: Subject<number>

Inherited from

SelectApproachStore.currentMinFeet

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

Inherited from

SelectApproachStore.decisionAltitude

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

Inherited from

SelectApproachStore.decisionHeight

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>

Inherited from

SelectApproachStore.frequencySubject

Defined in

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


inputValue

Readonly inputValue: Subject<string>

Inherited from

SelectApproachStore.inputValue

Defined in

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


minimumsMode

Readonly minimumsMode: Subject<MinimumsMode>

Inherited from

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

Inherited from

SelectApproachStore.minimumsSubject

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>

Inherited from

SelectApproachStore.minimumsUnit

Defined in

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


minsToggleOptions

minsToggleOptions: string[]

Inherited from

SelectApproachStore.minsToggleOptions

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>

Overrides

SelectApproachStore.previewPlan

Defined in

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


procedures

Readonly procedures: SubscribableArray<ApproachListItem>

Inherited from

SelectApproachStore.procedures

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/SelectProcedureStore.ts:10


selectedFacility

Readonly selectedFacility: Subject<undefined | AirportFacility>

Inherited from

SelectApproachStore.selectedFacility

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/SelectProcedureStore.ts:7


selectedProcedure

Readonly selectedProcedure: Subject<undefined | ApproachListItem>

Inherited from

SelectApproachStore.selectedProcedure

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/SelectProcedureStore.ts:12


selectedTransition

Readonly selectedTransition: Subject<undefined | TransitionListItem>

Inherited from

SelectApproachStore.selectedTransition

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

Overrides

SelectApproachStore.sequence

Defined in

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


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>

Inherited from

SelectApproachStore.transitions

Defined in

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

Methods

onSelectedFacilityChanged

onSelectedFacilityChanged(facility): void

Responds to changes in the selected airport facility.

Parameters

NameTypeDescription
facilityundefined | AirportFacilityThe selected airport facility.

Returns

void

Inherited from

SelectApproachStore.onSelectedFacilityChanged

Defined in

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


onSelectedProcedureChanged

onSelectedProcedureChanged(): void

Responds to changes in the selected procedure.

Returns

void

Inherited from

SelectApproachStore.onSelectedProcedureChanged

Defined in

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