Skip to main content

Interface: PfdInsetContainerProps

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/GduDisplay/Gdu460/PfdInstruments/Inset/PfdInsetContainer.tsx:18

Component props for PfdInsetContainer.

Extends

Properties

children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

ComponentProps.children


class?

optional class: string | ToggleableClassNameRecord | SubscribableSet<string>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/GduDisplay/Gdu460/PfdInstruments/Inset/PfdInsetContainer.tsx:32

CSS class(es) to apply to the root element of the container.


pfdInsetSettingManager

pfdInsetSettingManager: UserSettingManager<PfdInsetUserSettingTypes>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/GduDisplay/Gdu460/PfdInstruments/Inset/PfdInsetContainer.tsx:29

A manager for PFD inset user settings.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref


registeredInsetDefs

registeredInsetDefs: Iterable<Readonly<PfdInsetDefinition>>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/GduDisplay/Gdu460/PfdInstruments/Inset/PfdInsetContainer.tsx:23

An iterable of registered PFD inset definitions.


side

side: "left" | "right"

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/GduDisplay/Gdu460/PfdInstruments/Inset/PfdInsetContainer.tsx:20

The side to which the container belongs.


uiService

uiService: UiService

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/GduDisplay/Gdu460/PfdInstruments/Inset/PfdInsetContainer.tsx:26

The UI service instance.