Merges user-provided labels with defaults.
Optional
Partial labels to merge with defaults
Complete labels object with user overrides applied
const labels = mergeParticipantListLabels({ title: 'Teilnehmer', localUserSuffix: '(Du)',});// Result: all default labels with 'title' and 'localUserSuffix' overridden Copy
const labels = mergeParticipantListLabels({ title: 'Teilnehmer', localUserSuffix: '(Du)',});// Result: all default labels with 'title' and 'localUserSuffix' overridden
Merges user-provided labels with defaults.