Interface: PFDSelectApproachViewProps
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/UI/Procedure/Approach/PFDSelectApproachView.tsx:11
Component props for PFDSelectApproachView.
Extends
Properties
bus
bus:
EventBus
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/UI/Procedure/Approach/PFDSelectApproachView.tsx:13
The event bus.
calculator
calculator:
FlightPathCalculator
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/UI/Procedure/Approach/PFDSelectApproachView.tsx:19
A flight path calculator to use to build preview flight plans.
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/PFD/Components/UI/Procedure/Approach/PFDSelectApproachView.tsx:16
The flight management system.
hasRadioAltimeter
hasRadioAltimeter:
boolean
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/UI/Procedure/Approach/PFDSelectApproachView.tsx:22
Whether this instance of the G1000 has a Radio Altimeter.
isMfd?
optional
isMfd:boolean
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiView.tsx:26
If this UIView is in the MFD
Inherited from
ref?
optional
ref:NodeReference
<any
>
Defined in: sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
showTitle
showTitle:
boolean
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiView.tsx:23
Whether to show the title or not (is this a main menu or a child for example the page menu).
Inherited from
title
title:
string
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiView.tsx:20
The title of the component.
Inherited from
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
UiViewProps
.upperKnobCanScroll
viewService
viewService:
ViewService
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiView.tsx:17
The view service to which this page belongs.
Inherited from
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