ChampionTransformEvent class


A representation of the champion transform event. As of right now, this only applies to Kayn's transformations.

Signature:

export declare class ChampionTransformEvent extends TimelineEvent 

Extends: TimelineEvent

References: TimelineEvent


Constructor

new ChampionTransformEvent (data: ChampionTransformEventData)

Constructs a new instance of the ChampionTransformEvent class.

Parameters:

ParameterTypeDescription
dataChampionTransformEventDataThe raw data of the event.

Properties

participantId

The ID of the participant that transformed.

Type: Number


transformType

The new form that the participant took.

Type: 'ASSASSIN' | 'SLAYER'


type

The type of the event.

Type: 'CHAMPION_TRANSFORM'


Table of Contents