Optional
colored
colored?: boolean
Optional
meta
meta?: {
[key: string]: any;
}
Optional
name
name?: string
Optional
round
round?: number
Optional
scoring
scoring?: {
bestOf?: number;
bye?: number;
draw?: number;
loss?: number;
tiebreaks?: (
| "median buchholz"
| "solkoff"
| "sonneborn berger"
| "cumulative"
| "versus"
| "game win percentage"
| "opponent game win percentage"
| "opponent match win percentage"
| "opponent opponent match win percentage")[];
win?: number;
}
Optional
sorting
sorting?: "none" | "ascending" | "descending"
Optional
stageOne
stageOne?: {
consolation?: boolean;
format?:
| "single-elimination"
| "double-elimination"
| "stepladder"
| "swiss"
| "round-robin"
| "double-round-robin";
initialRound?: number;
maxPlayers?: number;
rounds?: number;
}
Optional
stageTwo
stageTwo?: {
advance?: {
method?: "points" | "rank" | "all";
value?: number;
};
consolation?: boolean;
format?: "single-elimination" | "double-elimination" | "stepladder";
}
Optional
status
status?:
| "setup"
| "stage-one"
| "stage-two"
| "complete"
All properties that can be set with Tournament.settings.
See TournamentValues for detailed descriptions of properties.