Skip to main content

Interface: GtcContainerProps

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcContainer.tsx:17

The props for GtcContainer.

Extends

  • ComponentProps

Properties

children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

ComponentProps.children


config

config: AvionicsConfig

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcContainer.tsx:22

The instrument's general configuration object.


gtcService

gtcService: GtcService

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcContainer.tsx:19

The GtcService instance.


pluginLabelBarHandlers

pluginLabelBarHandlers: readonly Readonly<LabelBarPluginHandlers>[]

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcContainer.tsx:28

An array of plugin label bar handlers. The array should be ordered such that the handlers appear in the order in which their parent plugins were loaded.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref