ParticipantFrame class


A representation of a participant's stats at a point in the timeline.

Signature:

export declare class ParticipantFrame 

Constructor

new ParticipantFrame (data: ParticipantFrameData)

Constructs a new instance of the ParticipantFrame class.

Parameters:

ParameterTypeDescription
dataParticipantFrameDataThe raw data from the API.

Properties

championStats

The participant's champion stats.

Type: ParticipantFrameChampionStats


cs

The total creep score of this participant.

Type: Number


currentGold

The amount of gold the participant currently has.

Type: Number


damageStats

The participant's damage stats.

Type: ParticipantFrameDamageStats


goldPerSecond

The amount of gold that this participant is getting each second.

Type: Number


id

The participant ID.

Type: Number


jungleMinionsKilled

The creep score this participant has accumulated by killing jungle monsters.

Type: Number


level

The participant's champion's level.

Type: Number


minionsKilled

The number of lane minions killed by this participant.

Type: Number


position

The position of this participant on the map.

Type: Position


timeEnemySpentControlled

The participant's crowd control score.

Type: Number


totalGold

The total amount of gold the participant has earned so far.

Type: Number


xp

The amount of XP the participant has accumulated so far.

Type: Number


Table of Contents