Participants settings.

This settings is used to configure the behavior of participants in a lineup.

0.4.0

interface ParticipantsSettings {
    preferAliases: boolean;
    strictlyNoDuplicates: boolean;
}

Properties

preferAliases: boolean

Whether to prefer nicknames when displaying participants.

When `true`, nicknames are used instead of full names when displaying participants.
Nicknames are used when available, otherwise, it falls back to the full name.
false

0.11.0

strictlyNoDuplicates: boolean

When true, participants can only be added once to the lineup.

false

This setting is used to prevent accidentally adding the same participant multiple times.