Options
All
  • Public
  • Public/Protected
  • All
Menu

TournamentCodeParameters

Hierarchy

  • TournamentV4TournamentCodeParameters

Index

Properties

Optional allowedSummonerIds

allowedSummonerIds: undefined | string[]

Optional list of encrypted summonerIds in order to validate the players eligible to join the lobby. NOTE: We currently do not enforce participants at the team level, but rather the aggregate of teamOne and teamTwo. We may add the ability to enforce at the team level in the future.

mapType

mapType: "SUMMONERS_RIFT" | "TWISTED_TREELINE" | "HOWLING_ABYSS"

The map type of the game. (Legal values: SUMMONERS_RIFT, TWISTED_TREELINE, HOWLING_ABYSS)

Optional metadata

metadata: undefined | string

Optional string that may contain any data in any format, if specified at all. Used to denote any custom information about the game.

pickType

pickType: "BLIND_PICK" | "DRAFT_MODE" | "ALL_RANDOM" | "TOURNAMENT_DRAFT"

The pick type of the game. (Legal values: BLIND_PICK, DRAFT_MODE, ALL_RANDOM, TOURNAMENT_DRAFT)

spectatorType

spectatorType: "NONE" | "LOBBYONLY" | "ALL"

The spectator type of the game. (Legal values: NONE, LOBBYONLY, ALL)

teamSize

teamSize: number

The team size of the game. Valid values are 1-5.

Generated using TypeDoc