Interface RoundRobinFinalStandingsOptions

Options for the final standings of a round-robin stage.

Hierarchy

  • RoundRobinFinalStandingsOptions

Properties

maxQualifiedParticipantsPerGroup?: number

The maximum number of participants to qualify per group.

rankingFormula: RankingFormula

A formula required to rank participants in a round-robin stage.

See RankingItem for the possible properties on item.

The default formula used by the viewer is:

Example

(item) => 3 * item.wins + 1 * item.draws + 0 * item.losses

Generated using TypeDoc