Options
All
  • Public
  • Public/Protected
  • All
Menu

TournamentCodeUpdateParameters

Hierarchy

  • TournamentV4TournamentCodeUpdateParameters

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 (Legal values: SUMMONERS_RIFT, TWISTED_TREELINE, HOWLING_ABYSS)

pickType

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

The pick type (Legal values: BLIND_PICK, DRAFT_MODE, ALL_RANDOM, TOURNAMENT_DRAFT)

spectatorType

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

The spectator type (Legal values: NONE, LOBBYONLY, ALL)

Generated using TypeDoc