DragonSoulGivenEvent class


A representation of the dragon soul given event.

Signature:

export declare class DragonSoulGivenEvent 

Constructor

new DragonSoulGivenEvent (data: DragonSoulGivenEventData)

Constructs a new instance of the DragonSoulGivenEvent class.

Parameters:

ParameterTypeDescription
dataDragonSoulGivenEventDataThe raw data of the event.

Properties

name

The name of the dragon soul that was earned.

Type: 'Mountain' | 'Ocean' | 'Infernal' | 'Hextech' | 'Cloud'


team

The team that received the dragon soul.

Type: "red" | "blue"


teamId

The ID of the team that received the dragon soul.

Type: 100 | 200


type

The type of the event.

Type: 'DRAGON_SOUL_GIVEN'


Table of Contents