Skip to main content

Interface: LabelBarProps

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/LabelBar/LabelBar.tsx:31

Component props for LabelBar.

Extends

  • ComponentProps

Properties

children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

ComponentProps.children


gtcService

gtcService: GtcService

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/LabelBar/LabelBar.tsx:33

The GtcService.


pluginHandlers

pluginHandlers: readonly Readonly<LabelBarPluginHandlers>[]

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/LabelBar/LabelBar.tsx:39

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.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref