Interface: PfdSettingsRowProps<T>
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/MFD/LowerMFD/Components/SystemConfigWindow/AvionicsWindow/PfdSettingsRow.tsx:8
Props for a PFD 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/PfdSettingsRow.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/PfdSettingsRow.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/PfdSettingsRow.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/PfdSettingsRow.tsx:14
The labels for each option.