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:
Parameter | Type | Description |
---|---|---|
data | MatchTimelineFrameData | The raw data from the API. |
items | Collection < 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