ChampionKillEvent class


The representation of the Champion Kill event.

Signature:

export declare class ChampionKillEvent extends TimelineEvent 

Extends: TimelineEvent

References: TimelineEvent


Constructor

new ChampionKillEvent (data: ChampionKillEventData)

Constructs a new instance of the ChampionKillEvent class.

Parameters:

ParameterTypeDescription
dataChampionKillEventDataThe raw data of the event.

Properties

assistingParticipantIds

The participants who assisted in the kill.

Type: Number


bounty

The bounty achieved by the killer.

Type: Bounty


killerId

The ID of the participant who landed the killing blow.

Type: Number


killStreakLength

The kill streak length of the killer.

Type: Number


position

The position at which the kill took place.

Type: Position


shutdownBounty

The bounty earned by the killer.

Type: Number


type

The type of the event.

Type: 'CHAMPION_KILL'


victimDamageDealt

The damage dealt by the victim.

Type: DamageDealtData


victimDamageReceived

The damage dealt to the victim.

Type: DamageDealtData


victimId

The ID of the participant that died.

Type: Number


Table of Contents