Interface: StartupViewProps
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Views/StartupView/StartupView.tsx:19
Component props for StartupView.
Extends
Properties
children?
optional
children:DisplayChildren
[]
Defined in: src/sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
containerRef
containerRef:
NodeReference
<HTMLElement
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/UiSystem/UiView.ts:18
A reference to the root element of the view's container.
Inherited from
ref?
optional
ref:NodeReference
<any
>
Defined in: src/sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
rows?
optional
rows: readonly (StartupViewRowFactory
|StartupViewPrebuiltRow
)[]
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Views/StartupView/StartupView.tsx:25
An array of database rows to render in the view. Each row is defined by either a function which returns an object describing the row to render, or a pre-built row key. 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.
uiService
uiService:
UiService
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/UiSystem/UiView.ts:15
The UI service instance.