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