ParticipantTotalDamage interface

The participant's total damage stats.

Signature:

export interface ParticipantTotalDamage 

Properties

dealt

The total amount of damage dealt.

Type: Number


mitigated

The total amount of self mitigated damage.

Type: Number


shielded

The total amount of damage shielded on allies.

Type: Number


taken

The total amount of damage taken.

Type: Number


toBuildings

The total amount of damage dealt to buildings - inhibitors/nexus.

Type: Number


toChampions

The total amount of damage dealt to enemy champions.

Type: Number


toObjectives

The total amount of damage dealt to objectives - drakes, rift heralds, etc.

Type: Number


toTurrets

The total amount of damage dealt to turrets.

Type: Number