Interface: LabelBarProps
Component props for LabelBar.
Hierarchy
ComponentProps
↳
LabelBarProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
sdk/components/FSComponent.ts:122
gtcService
• gtcService: GtcService
The GtcService.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/LabelBar/LabelBar.tsx:31
pluginHandlers
• pluginHandlers: readonly Readonly
<LabelBarPluginHandlers
>[]
An array of plugin label 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/Components/LabelBar/LabelBar.tsx:37
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
sdk/components/FSComponent.ts:125