Skip to main content

Type Alias: DetailPageVNodeRow

DetailPageVNodeRow = object

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2/PFD/Components/Radio/DetailPages/DetailPagesController.tsx:78

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:84

The callback function for when the row is selected.

Returns

void


rowTitle

rowTitle: string

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2/PFD/Components/Radio/DetailPages/DetailPagesController.tsx:80

The display title of this row.


vnode

vnode: VNode

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2/PFD/Components/Radio/DetailPages/DetailPagesController.tsx:82

The VNode content of this row.