Type Alias: DetailPageOptionRow
DetailPageOptionRow =
object
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2/PFD/Components/Radio/DetailPages/DetailPagesController.tsx:56
The type of an option row display of a detail page.
Properties
rowCallback()?
optionalrowCallback: () =>void
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2/PFD/Components/Radio/DetailPages/DetailPagesController.tsx:64
The callback function for when the row is selected.
Returns
void
rowOptions
rowOptions:
DetailPageOptionRowOption[]
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2/PFD/Components/Radio/DetailPages/DetailPagesController.tsx:60
The selectable options of this row.
rowTitle
rowTitle:
string
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2/PFD/Components/Radio/DetailPages/DetailPagesController.tsx:58
The display title of this row.
selectedValue
selectedValue:
RadioDetailSelectedValue<any>
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2/PFD/Components/Radio/DetailPages/DetailPagesController.tsx:62
The selected value of this row.