Interface InputStage

Used to create a stage.

Hierarchy

  • InputStage

Properties

name: string

Name of the stage.

number?: number

The number of the stage in its tournament. Is determined if not given.

seeding?: Seeding

Contains participants or null for BYEs.

seedingIds?: IdSeeding
settings?: StageSettings

Contains optional settings specific to each stage type.

tournamentId: Id

ID of the parent tournament.

Used to determine the number property of a stage related to a tournament.

type: StageType

Type of stage.

Generated using TypeDoc