Type Alias: StartupScreenRowDefinition
StartupScreenRowDefinition =
object
Defined in: workingtitle-instruments-g3000/html_ui/MFD/Components/Startup/StartupScreenRow.ts:6
A description of an MFD startup screen row.
Properties
caution?
optional
caution:boolean
|Subscribable
<boolean
>
Defined in: workingtitle-instruments-g3000/html_ui/MFD/Components/Startup/StartupScreenRow.ts:17
Whether the row should display as caution (amber). Defaults to false
.
iconFilePath
iconFilePath:
string
Defined in: workingtitle-instruments-g3000/html_ui/MFD/Components/Startup/StartupScreenRow.ts:8
The absolute path to the row icon's image asset.
onDestroy()?
optional
onDestroy: () =>void
Defined in: workingtitle-instruments-g3000/html_ui/MFD/Components/Startup/StartupScreenRow.ts:20
A function to execute when the startup screen is destroyed.
Returns
void
title
title:
string
Defined in: workingtitle-instruments-g3000/html_ui/MFD/Components/Startup/StartupScreenRow.ts:11
The row's title text.
value
value:
string
|Subscribable
<string
>
Defined in: workingtitle-instruments-g3000/html_ui/MFD/Components/Startup/StartupScreenRow.ts:14
The row's value text.