Type Alias: LabelBarPluginHandlers
LabelBarPluginHandlers =
object
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/LabelBar/LabelBar.tsx:17
A set of plugin-defined functions which return labels to apply to the GTC label bar.
Properties
centerKnobLabel()?
optionalcenterKnobLabel: (knobState) =>string|null
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/LabelBar/LabelBar.tsx:22
A function which returns a GTC center knob label, or null to defer label generation.
Parameters
| Parameter | Type |
|---|---|
knobState | string |
Returns
string | null
dualKnobLabel()?
optionaldualKnobLabel: (knobState) =>string|null
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/LabelBar/LabelBar.tsx:19
A function which returns a GTC dual concentric knob label, or null to defer label generation.
Parameters
| Parameter | Type |
|---|---|
knobState | string |
Returns
string | null
mapKnobLabel()?
optionalmapKnobLabel: (knobState) =>string|null
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/LabelBar/LabelBar.tsx:25
A function which returns a GTC map knob label, or null to defer label generation.
Parameters
| Parameter | Type |
|---|---|
knobState | string |
Returns
string | null