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