Skip to main content

Interface: HoldProps

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

The properties on the procedures popout component.

Extends

Properties

bus

bus: EventBus

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

The event bus


children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

UiViewProps.children


fms

fms: Fms

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

A fms state manager.


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

UiViewProps.isMfd


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

UiViewProps.ref


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

UiViewProps.showTitle


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

UiViewProps.title


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

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

ParameterTypeDescription
senderUiControlGroupThe control group.

Returns

void

Inherited from

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

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

UiViewProps.onRegister