Interface ParticipantResult

The results of a participant in a match.

Hierarchy

  • ParticipantResult

Properties

forfeit?: boolean

If this participant forfeits, the other automatically wins.

id: null | Id

If null, the participant is to be determined.

position?: number

Indicates where the participant comes from.

result?: Result

Tells what is the result of a duel for this participant.

score?: number

The current score of the participant.

Generated using TypeDoc