Skip to main content

Interface: MFDSystemSetupGenericRowProps

Component props for MFDSystemSetupGenericRow.

Hierarchy

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

MFDSystemSetupRowProps.children

Defined in

sdk/components/FSComponent.ts:122


class

Optional class: string

CSS class(es) to apply to the root of the row.

Inherited from

MFDSystemSetupRowProps.class

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/SystemSetup/MFDSystemSetupRow.tsx:16


left

Optional left: VNode

The component to display to the left of the title, if any.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/SystemSetup/MFDSystemSetupRow.tsx:61


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

MFDSystemSetupRowProps.ref

Defined in

sdk/components/FSComponent.ts:125


Optional right: VNode

The component to display to the right of the title, if any.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/SystemSetup/MFDSystemSetupRow.tsx:64


title

title: string

The title of the row.

Inherited from

MFDSystemSetupRowProps.title

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/SystemSetup/MFDSystemSetupRow.tsx:13