Skip to main content

Interface: StartupScreenProps

Defined in: workingtitle-instruments-g3000/html_ui/MFD/Components/Startup/StartupScreen.tsx:13

Component props for StartupScreen.

Extends

  • ComponentProps

Properties

airplaneLogoFilePath?

optional airplaneLogoFilePath: string

Defined in: workingtitle-instruments-g3000/html_ui/MFD/Components/Startup/StartupScreen.tsx:18

The path to the airplane logo image asset, or undefined if there is no airplane logo to display.


airplaneName

airplaneName: string

Defined in: workingtitle-instruments-g3000/html_ui/MFD/Components/Startup/StartupScreen.tsx:15

The text to display for the airplane name.


bus

bus: EventBus

Defined in: workingtitle-instruments-g3000/html_ui/MFD/Components/Startup/StartupScreen.tsx:21

An instance of the event bus.


children?

optional children: DisplayChildren[]

Defined in: sdk/components/FSComponent.ts:122

The children of the display component.

Inherited from

ComponentProps.children


confirmationSoftkeyEvent

confirmationSoftkeyEvent: string

Defined in: workingtitle-instruments-g3000/html_ui/MFD/Components/Startup/StartupScreen.tsx:32

The H event fired when the user presses the confirmation softkey.


onConfirmation()?

optional onConfirmation: () => void

Defined in: workingtitle-instruments-g3000/html_ui/MFD/Components/Startup/StartupScreen.tsx:35

A callback function which is executed each time the user confirms the startup screen.

Returns

void


ref?

optional ref: NodeReference<any>

Defined in: sdk/components/FSComponent.ts:125

A reference to the display component.

Inherited from

ComponentProps.ref


rows?

optional rows: readonly (StartupScreenRowFactory | StartupScreenPrebuiltRow)[]

Defined in: workingtitle-instruments-g3000/html_ui/MFD/Components/Startup/StartupScreen.tsx:29

An array of data rows to render on the right side of the screen. Each row is defined by either a function which returns an object describing the row to render, or a pre-built row key. Up to eleven rows can be rendered. The rows will be rendered from top to bottom in the order in which they appear in the array. If not defined, a default set of rows will be rendered.