ChallengeCategory class
A representation of a summoner's challenge category data.
Signature:
export declare class ChallengeCategory Constructor
new ChallengeCategory (name: CategoryName, data: ChallengeCategoryData)Constructs a new instance of the ChallengeCategory class.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| name | CategoryName | |
| data | ChallengeCategoryData | 
Properties
current
The current progression of this summoner in this challenge category.
Type: Number
max
The maximum progression of this summoner in this challenge category.
Type: Number
name
The name of this challenge category.
Type: String
percentile
The percentile of this summoner in this challenge category. (0-100 %)
Type: Number
tier
The tier this summoner has reached in this challenge category.
Type: TierType
Table of Contents
