WardPlacedEvent class


A representation of the Ward Placed event.

Signature:

export declare class WardPlacedEvent extends TimelineEvent 

Extends: TimelineEvent

References: TimelineEvent


Constructor

new WardPlacedEvent (data: WardPlacedEventData)

Constructs a new instance of the WardPlacedEvent class.

Parameters:

ParameterTypeDescription
dataWardPlacedEventDataThe raw data of the event.

Properties

creatorId

The ID of the participant who placed the ward.

Type: Number


type

The type of the event.

Type: 'WARD_PLACED'


wardType

The type of the ward that was placed.

Type: String


Table of Contents