Options
All
  • Public
  • Public/Protected
  • All
Menu

ParticipantTimelineDto

Hierarchy

  • MatchV4ParticipantTimelineDto

Index

Properties

Optional creepsPerMinDeltas

creepsPerMinDeltas: undefined | {}

Creeps for a specified period.

Optional csDiffPerMinDeltas

csDiffPerMinDeltas: undefined | {}

Creep score difference versus the calculated lane opponent(s) for a specified period.

Optional damageTakenDiffPerMinDeltas

damageTakenDiffPerMinDeltas: undefined | {}

Damage taken difference versus the calculated lane opponent(s) for a specified period.

Optional damageTakenPerMinDeltas

damageTakenPerMinDeltas: undefined | {}

Damage taken for a specified period.

Optional goldPerMinDeltas

goldPerMinDeltas: undefined | {}

Gold for a specified period.

Optional lane

lane: undefined | "TOP" | "JUNGLE" | "MIDDLE" | "BOTTOM" | "MID" | "BOT"

Participant's calculated lane. MID and BOT are legacy values. (Legal values: MID, MIDDLE, TOP, JUNGLE, BOT, BOTTOM)

Optional participantId

participantId: undefined | number

Optional role

role: undefined | "DUO" | "NONE" | "SOLO" | "DUO_CARRY" | "DUO_SUPPORT"

Participant's calculated role. (Legal values: DUO, NONE, SOLO, DUO_CARRY, DUO_SUPPORT)

Optional xpDiffPerMinDeltas

xpDiffPerMinDeltas: undefined | {}

Experience difference versus the calculated lane opponent(s) for a specified period.

Optional xpPerMinDeltas

xpPerMinDeltas: undefined | {}

Experience change for a specified period.

Generated using TypeDoc