ParticipantChampion interface
The participant's champion details.
Signature:
export interface ParticipantChampion
Properties
abilitiesCasted
The count of how many times did the participant case each of the champion's abilities.
Type: Collection < 'Q' | 'W' | 'E' | 'R', Number >
champ
A reference to the actual champion.
Type: Champion
form
ONLY APPLICABLE FOR KAYN.
0 = No form. 1 = Darkin Slayer. 2 = Shadow Assassin.
Type: Number
id
The name of the champion.
Type: String
key
The numerical ID of the champion.
Type: Number
level
The level of the champion.
Type: Number
xp
The amount of experience earned by this champion.
Type: Number