Skip to main content

Interface: SelectApproachProps

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/Approach/SelectApproach.tsx:24

Component props for SelectApproach.

Extends

Extended by

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


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.


children?

optional children: DisplayChildren[]

Defined in: sdk/components/FSComponent.ts:122

The children of the display component.

Inherited from

UiControlGroupProps.children


fms

fms: Fms

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/Approach/SelectApproach.tsx:29

The fms


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.


ref?

optional ref: NodeReference<any>

Defined in: sdk/components/FSComponent.ts:125

A reference to the display component.

Inherited from

UiControlGroupProps.ref


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

UiControlGroupProps.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.

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

ParameterTypeDescription
senderUiControlGroupThe control group.

Returns

void

Inherited from

UiControlGroupProps.onBlurred


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

ParameterTypeDescription
senderUiControlGroupThe control group.

Returns

void

Inherited from

UiControlGroupProps.onFocused


onRegister()?

optional onRegister(ctrl, unregister?): void

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:10

Parameters

ParameterType
ctrlScrollableControl
unregister?boolean

Returns

void

Inherited from

UiControlGroupProps.onRegister