Interface RankingItem

An item of the ranking.

Hierarchy

  • RankingItem

Properties

draws: number

Number of matches that ended in a draw.

forfeits: number

Number of matches forfeited by the participant.

id: Id

ID of the participant.

losses: number

Number of matches lost by the participant.

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