OptionalclassThe complete label. Shown in the tooltip whenever the rendered form is not the whole thing.
OptionalisWhether what is rendered is only part of ToolbarCompoundLabelProps.fullText, so the
tooltip should open on hover even though nothing is visibly clipped. Set this when the primary
field is an abbreviation — GEN for Genesis — which CSS cannot detect.
Defaults to true whenever the secondary field has been dropped.
The field that identifies the item — a book abbreviation, project short name, marker code.
OptionalsecondaryThe field that gives way first: clipped with an ellipsis, then dropped entirely.
OptionalsecondaryRender secondary before primary, for labels that read that way round — a project selector
shows Translation Project 1 (TP1), full name first, short name last.
OptionalseparatorText placed between the two fields. Rendered as a real text node, so it survives into
textContent where a CSS gap would not — assertions and screen readers both read it.
OptionalshowWhether the secondary field is rendered at all. Defaults to true.
Additional classes for the label row.