Interface RoundRobinFinalStandingsItem

An item in the final standings of a round-robin stage. Each item represents a Participant.

Hierarchy

  • RankingItem
    • RoundRobinFinalStandingsItem

Properties

draws: number

Number of matches that ended in a draw.

forfeits: number

Number of matches forfeited by the participant.

groupId: Id
id: Id

ID of the participant.

losses: number

Number of matches lost by the participant.

name: string
played: number

Number of matches played by the participant.

points: number

Total points of the participant.

rank: number

Resulting rank of the participant.

scoreAgainst: number

Total score in favor of the opponents.

scoreDifference: number

Difference between scoreFor and scoreAgainst.

scoreFor: number

Total score in favor of the participant.

wins: number

Number of matches won by the participant.

Generated using TypeDoc