Type Alias: DetailPageTextRow
DetailPageTextRow =
object
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2/PFD/Components/Radio/DetailPages/DetailPagesController.tsx:68
The type of a text row display of a detail page.
Properties
rowCallback()?
optional
rowCallback: () =>void
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2/PFD/Components/Radio/DetailPages/DetailPagesController.tsx:74
The callback function for when the row is selected.
Returns
void
rowText
rowText:
string
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2/PFD/Components/Radio/DetailPages/DetailPagesController.tsx:72
The display text 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:70
The display title of this row.