Interface: MFDSystemSetupRowProps
Component props for MFDSystemSetupRow.
Hierarchy
ComponentProps
↳
MFDSystemSetupRowProps
↳↳
MFDSystemSetupGenericRowProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
sdk/components/FSComponent.ts:122
class
• Optional
class: string
CSS class(es) to apply to the root of the row.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/SystemSetup/MFDSystemSetupRow.tsx:16
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
sdk/components/FSComponent.ts:125
title
• title: string
The title of the row.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/SystemSetup/MFDSystemSetupRow.tsx:13