Type Alias: StartupScreenRowFactory()
StartupScreenRowFactory = (
simTime
) =>Readonly
<StartupScreenRowDefinition
>
Defined in: workingtitle-instruments-g3000/html_ui/MFD/Components/Startup/StartupScreenRow.ts:26
A function which returns an object describing an MFD startup screen row.
Parameters
Parameter | Type |
---|---|
simTime | Subscribable <number > |
Returns
Readonly
<StartupScreenRowDefinition
>