Skip to main content

Interface: MfdPageSelectDialogProps

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Views/PageSelectDialog/MfdPageSelectDialog.tsx:29

Component props for MfdPageSelectDialog.

Extends

Properties

children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

UiViewProps.children


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

UiViewProps.containerRef


pageDefs

pageDefs: Iterable<Readonly<MfdPageDefinition>>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Views/PageSelectDialog/MfdPageSelectDialog.tsx:34

An iterable of definitions for the dialog's selectable pages in the order in which their selection buttons should appear in the dialog.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

UiViewProps.ref


uiService

uiService: UiService

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/UiSystem/UiView.ts:15

The UI service instance.

Inherited from

UiViewProps.uiService