Interface: GtcContainerProps
The props for GtcContainer.
Hierarchy
ComponentProps
↳
GtcContainerProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
sdk/components/FSComponent.ts:122
config
• config: AvionicsConfig
The instrument's general configuration object.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcContainer.tsx:20
gtcService
• gtcService: GtcService
The GtcService instance.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcContainer.tsx:17
pluginLabelBarHandlers
• pluginLabelBarHandlers: readonly Readonly
<LabelBarPluginHandlers
>[]
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.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcContainer.tsx:26
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
sdk/components/FSComponent.ts:125