Interface: StartupScreenProps
Component props for StartupScreen.
Hierarchy
ComponentProps
↳
StartupScreenProps
Properties
airplaneLogoFilePath
• Optional
airplaneLogoFilePath: string
The path to the airplane logo image asset, or undefined
if there is no airplane logo to display.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/Components/Startup/StartupScreen.tsx:18
airplaneName
• airplaneName: string
The text to display for the airplane name.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/Components/Startup/StartupScreen.tsx:15
bus
• bus: EventBus
An instance of the event bus.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/Components/Startup/StartupScreen.tsx:21
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
sdk/components/FSComponent.ts:122
confirmationSoftkeyEvent
• confirmationSoftkeyEvent: string
The H event fired when the user presses the confirmation softkey.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/Components/Startup/StartupScreen.tsx:32
onConfirmation
• Optional
onConfirmation: () => void
A callback function which is executed each time the user confirms the startup screen.
Type declaration
▸ (): void
A callback function which is executed each time the user confirms the startup screen.
Returns
void
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/Components/Startup/StartupScreen.tsx:35
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
sdk/components/FSComponent.ts:125
rows
• Optional
rows: readonly (StartupScreenRowFactory
| StartupScreenPrebuiltRow
)[]
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.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/Components/Startup/StartupScreen.tsx:29