ChallengeProgression class
A representation of a summoner's challenge progression data.
Signature:
export declare class ChallengeProgression
Constructor
new ChallengeProgression (data: ChallengeProgressionData)
Constructs a new instance of the ChallengeProgression
class.
Parameters:
Parameter | Type | Description |
---|---|---|
data | ChallengeProgressionData |
Properties
achievedAt
The time of when this challenge was achieved.
Type: Date
achievedTimestamp
The timestamp of when this challenge tier was achieved by the summoner.
Type: Number
id
The ID of this challenge.
Type: Number
percentile
The percentile of this summoner in this challenge. (0-100 %)
Type: Number
tier
The tier this summoner has reached in this challenge.
Type: TierType
value
The current progression of this summoner in this challenge.
Type: Number
Table of Contents