Class: SelectProcedureStore<T>
A data store for procedure selection components.
Type parameters
Name |
---|
T |
Hierarchy
SelectProcedureStore
Constructors
constructor
• new SelectProcedureStore<T
>(): SelectProcedureStore
<T
>
Constructor.
Type parameters
Name |
---|
T |
Returns
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/SelectProcedureStore.ts:19
Properties
_procedures
• Protected
Readonly
_procedures: ArraySubject
<T
>
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/SelectProcedureStore.ts:9
previewPlan
• Readonly
previewPlan: Subject
<null
| FlightPlan
>
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/SelectProcedureStore.ts:14
procedures
• Readonly
procedures: SubscribableArray
<T
>
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/SelectProcedureStore.ts:10
selectedFacility
• Readonly
selectedFacility: Subject
<undefined
| AirportFacility
>
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/SelectProcedureStore.ts:7
selectedProcedure
• Readonly
selectedProcedure: Subject
<undefined
| T
>
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/SelectProcedureStore.ts:12
sequence
• Readonly
sequence: ArraySubject
<Subject
<LegDefinition
>>
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/SelectProcedureStore.ts:16
Methods
onSelectedFacilityChanged
▸ onSelectedFacilityChanged(facility
): void
Responds to changes in the selected airport facility.
Parameters
Name | Type | Description |
---|---|---|
facility | undefined | AirportFacility | The selected airport facility. |
Returns
void
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/SelectProcedureStore.ts:29
onSelectedProcedureChanged
▸ onSelectedProcedureChanged(proc
): void
Responds to changes in the selected procedure.
Parameters
Name | Type | Description |
---|---|---|
proc | undefined | T | The selected procedure. |
Returns
void
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/SelectProcedureStore.ts:38