TimelineFrame class


A representation of a frame in a match timeline.

Signature:

export declare class TimelineFrame 

Constructor

new TimelineFrame (data: MatchTimelineFrameData, items: Collection<string, Item>)

Constructs a new instance of the TimelineFrame class.

Parameters:

ParameterTypeDescription
dataMatchTimelineFrameDataThe raw data from the API.
itemsCollection < String, Item >A collection of all items in the game.

Properties

events

The events that took place in this frame.

Type: TimelineEvent


participantFrames

The participant frames for this timeline frame.

Type: ParticipantFrame


Table of Contents