Interface: MFDSelectApproachProps
Component props for MFDSelectApproach.
Hierarchy
↳
MFDSelectApproachProps
Properties
bus
• bus: EventBus
The event bus
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/Approach/SelectApproach.tsx:32
calculator
• calculator: FlightPathCalculator
A flight path calculator to use to build preview flight plans.
Inherited from
SelectApproachProps.calculator
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/Approach/SelectApproach.tsx:35
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
Defined in
sdk/components/FSComponent.ts:122
fms
• fms: Fms
<any
>
The fms
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/Approach/SelectApproach.tsx:29
focus
• focus: Subject
<FlightPlanFocus
>
A subject to provide the flight plan focus for the selected approach.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Procedure/Approach/MFDSelectApproach.tsx:31
hasRadioAltimeter
• hasRadioAltimeter: boolean
Whether this instance of the G1000 has a Radio Altimeter.
Inherited from
SelectApproachProps.hasRadioAltimeter
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/Approach/SelectApproach.tsx:38
procedurePlan
• procedurePlan: Subject
<null
| FlightPlan
>
A subject to provide the procedure preview flight plan.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Procedure/Approach/MFDSelectApproach.tsx:25
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
Defined in
sdk/components/FSComponent.ts:125
transitionPlan
• transitionPlan: Subject
<null
| FlightPlan
>
A subject to provide the procedure transition preview flight plan.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Procedure/Approach/MFDSelectApproach.tsx:28
upperKnobCanScroll
• Optional
upperKnobCanScroll: boolean
If 'true' the list will also be scrollable using the upper knob
Inherited from
SelectApproachProps.upperKnobCanScroll
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:12
viewService
• viewService: ViewService
A view service.
Inherited from
SelectApproachProps.viewService
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/Approach/SelectApproach.tsx:26
Methods
onBlurred
▸ onBlurred(sender
): void
A function to call when the control group is blurred.
Parameters
Name | Type | Description |
---|---|---|
sender | UiControlGroup <UiControlGroupProps > | The control group. |
Returns
void
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:24
onFocused
▸ onFocused(sender
): void
A function to call when the control group is focused.
Parameters
Name | Type | Description |
---|---|---|
sender | UiControlGroup <UiControlGroupProps > | The control group. |
Returns
void
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:18
onRegister
▸ onRegister(ctrl
, unregister?
): void
Parameters
Name | Type |
---|---|
ctrl | ScrollableControl |
unregister? | boolean |
Returns
void
Inherited from
SelectApproachProps.onRegister
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:10