Skip to main content

Interface: MFDPageSelectProps

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/MFDPageSelect.tsx:37

Component props for MFDPageSelect.

Extends

Properties

children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

Omit.children


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

Omit.isMfd


menuSystem: PageSelectMenuSystem

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/MFDPageSelect.tsx:42

The menu system.


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

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

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

Omit.onRegister


pluginSystem

pluginSystem: PluginSystem<G1000AvionicsPlugin<G1000PluginBinder>, G1000PluginBinder>

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/MFDPageSelect.tsx:45

The plugin system, for sending initialization info.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

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

Omit.showTitle


supportWeatherRadarPage

supportWeatherRadarPage: boolean

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/MFDPageSelect.tsx:39

Whether to support the weather radar page.


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

Omit.title


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

Omit.viewService