Skip to main content

Interface: MFDSelectDepArrProps

Component props for MFDSelectApproach.

Hierarchy

Properties

bus

bus: EventBus

The event bus

Inherited from

SelectDepArrProps.bus

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/DepArr/SelectDepArr.tsx:29


calculator

calculator: FlightPathCalculator

A flight path calculator to use to build preview flight plans.

Inherited from

SelectDepArrProps.calculator

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/DepArr/SelectDepArr.tsx:32


children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

SelectDepArrProps.children

Defined in

sdk/components/FSComponent.ts:122


fms

fms: Fms<any>

The fms

Inherited from

SelectDepArrProps.fms

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/DepArr/SelectDepArr.tsx:26


focus

focus: Subject<FlightPlanFocus>

A subject to provide the flight plan focus for the selected procedure.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Procedure/DepArr/MFDSelectDepArr.tsx:28


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/DepArr/MFDSelectDepArr.tsx:22


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

SelectDepArrProps.ref

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/DepArr/MFDSelectDepArr.tsx:25


upperKnobCanScroll

Optional upperKnobCanScroll: boolean

If 'true' the list will also be scrollable using the upper knob

Inherited from

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

SelectDepArrProps.viewService

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/DepArr/SelectDepArr.tsx:23

Methods

onBlurred

onBlurred(sender): void

A function to call when the control group is blurred.

Parameters

NameTypeDescription
senderUiControlGroup<UiControlGroupProps>The control group.

Returns

void

Inherited from

SelectDepArrProps.onBlurred

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

NameTypeDescription
senderUiControlGroup<UiControlGroupProps>The control group.

Returns

void

Inherited from

SelectDepArrProps.onFocused

Defined in

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


onRegister

onRegister(ctrl, unregister?): void

Parameters

NameType
ctrlScrollableControl
unregister?boolean

Returns

void

Inherited from

SelectDepArrProps.onRegister

Defined in

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