If the match is active in the tournament.
Initialized as false
If the match is a bye.
Initialized as false
Unique identifier of the match.
Match number of the match.
Object for storing any additional information, useful for implementations of the library.
Initialized as {}
Details about the subsequent matches for the players if the current format is elimination or stepladder.
Initialized as:
{
win: null,
loss: null
}
ID of the next match for the loser of the current match (or null
if none).
ID of the next match for the winner of the current match (or null
if none).
Details about player one in the match.
Initialized as:
{
id: null,
win: 0,
loss: 0,
draw: 0
}
Number of draws.
ID for player one (or null
if no player assigned).
Number of losses for player one.
Number of wins for player one.
Details about player two in the match.
Initialized as:
{
id: null,
win: 0,
loss: 0,
draw: 0
}
Number of draws for player two.
ID for player two (or null
if no player assigned).
Number of losses for player two.
Number of wins for player two.
Round number of the match.
Properties of matches