Skip to main content

Interface: FcsSettingsRowProps<T>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/MFD/LowerMFD/Components/SystemConfigWindow/AvionicsWindow/FcsSettingsRow.tsx:8

Props for a FCS settings row.

Type Parameters

Type Parameter
T

Properties

isDisabled?

optional isDisabled: boolean | Subscribable<boolean>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/MFD/LowerMFD/Components/SystemConfigWindow/AvionicsWindow/FcsSettingsRow.tsx:16

Whether the row is disabled. Defaults to false.


label

label: string

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/MFD/LowerMFD/Components/SystemConfigWindow/AvionicsWindow/FcsSettingsRow.tsx:10

Label for the row soft button.


selectedValue

selectedValue: MutableSubscribable<T>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/MFD/LowerMFD/Components/SystemConfigWindow/AvionicsWindow/FcsSettingsRow.tsx:12

The setting value.


valueLabels

valueLabels: [string, T][]

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/MFD/LowerMFD/Components/SystemConfigWindow/AvionicsWindow/FcsSettingsRow.tsx:14

The labels for each option.