Interface: MFDSystemSetupGroupProps
Props for MFD System Setup page group components.
Hierarchy
ComponentProps
↳
MFDSystemSetupGroupProps
Properties
bus
• bus: EventBus
The event bus.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/SystemSetup/MFDSystemSetupGroup.ts:11
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
sdk/components/FSComponent.ts:122
pageContainerRef
• pageContainerRef: NodeReference
<HTMLElement
>
A reference to the parent page's containing HTML element.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/SystemSetup/MFDSystemSetupGroup.ts:20
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
sdk/components/FSComponent.ts:125
registerFunc
• registerFunc: (ctrl
: UiControl
<UiControlProps
>, unregister?
: boolean
) => void
The function to use to register the group's controls.
Type declaration
▸ (ctrl
, unregister?
): void
The function to use to register the group's controls.
Parameters
Name | Type |
---|---|
ctrl | UiControl <UiControlProps > |
unregister? | boolean |
Returns
void
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/SystemSetup/MFDSystemSetupGroup.ts:17
viewService
• viewService: ViewService
The view service.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/SystemSetup/MFDSystemSetupGroup.ts:14