LeagueList class


A representation of a list of league entries.

Signature:

export declare class LeagueList 

Constructor

new LeagueList (client: Client, data: LeagueListData)

Constructs a new instance of the LeagueList class.

Parameters:

ParameterTypeDescription
clientClientThe client requesting the data.
dataLeagueListDataThe raw league list data from the API.

Properties

entries

The list of entries of the league ID.

These are mapped by the summoner name.

Type: Collection < String, LeagueEntry >


leagueId

The competitive league ID.

Type: String


name

The name for the league of the entries in this list.

Type: String


queue

The type of queue - such as RANKED_SOLO_5x5, RANKED_FLEX_SR, RANKED_FLEX_TT.

Type: QueueType


tier

The tier of the entries in this list.

Type: TierType


Table of Contents