Options
All
  • Public
  • Public/Protected
  • All
Menu

Configuration interface for Elimination Tournaments

Hierarchy

Index

Properties

lives

lives: 1

Number of times a player can lose before being eliminated. Can be 1 for single elimination. 2 for double elimination is not implemented yet

default

1

seeding

seeding: Array<number>

The seeding of the competitors in the order they are loaded. When set to null, no seeds are used. When the ith array element is null, the ith competitor loaded, which has * tournament ID of i, does not have a seed.

default

null

storePastResults

storePastResults: boolean

Whether or not to store past results using the specified option of the dimension (database or in memory)

default

true

times

times: number

Number of times the elimination tournament runs

default

2

Generated using TypeDoc