Interface: PFDSelectDepartureViewProps
Component props for PFDSelectDepartureView.
Hierarchy
↳
PFDSelectDepartureViewProps
Properties
bus
• bus: EventBus
The event bus.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/UI/Procedure/DepArr/PFDSelectDepartureView.tsx:13
calculator
• calculator: FlightPathCalculator
A flight path calculator to use to build preview flight plans.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/UI/Procedure/DepArr/PFDSelectDepartureView.tsx:19
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
Defined in
sdk/components/FSComponent.ts:122
fms
• fms: Fms
<any
>
The flight management system.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/UI/Procedure/DepArr/PFDSelectDepartureView.tsx:16
isMfd
• Optional
isMfd: boolean
If this UIView is in the MFD
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiView.tsx:26
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
Defined in
sdk/components/FSComponent.ts:125
showTitle
• showTitle: boolean
Whether to show the title or not (is this a main menu or a child for example the page menu).
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiView.tsx:23
title
• title: string
The title of the component.
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiView.tsx:20
upperKnobCanScroll
• Optional
upperKnobCanScroll: boolean
If 'true' the list will also be scrollable using the upper knob
Inherited from
UiViewProps.upperKnobCanScroll
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:12
viewService
• viewService: ViewService
The view service to which this page belongs.
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiView.tsx:17
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
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:10