ID of the team as defined by the data provider.
Name of the team.
Players assigned to the team, the size of the list depends from the number of games used in the analysis.
The position of the players of the opponent team, available only if we have tracking data
The position of the players of the team, available only if we have tracking data
Add an attribute to the team, this attribute will persist on the team until the end of the game, starting from the current event timestamp.
name of the attribute
value of the attribute
Returns the depth of the team in meters, available only if we have tracking data. DEPTH is the horizontal distance between the front-most and back-most player of the team.
the team depth in meters or 0 if no tracking data is available
Get the value a team specific attribute, returns undefined if the attribute is not available for the given team in the current match or it's available from a timestamp greater than the one in the current event.
name of the attribute
an attribute value or undefined
Check if the given team has a particular attribute active, returns false if the attribute is not available for the given team in the current match or it's available from a time greater than the one in the current event.
name of the attribute
true if a player attribute is available for the given player.
Returns if the team is the one in the paramater.
the name, the id or the team object itself
Reset the given attribute of the team from the timestamp of the current event. The attribute will not be available anymore on the team from that timestamp and on next events.
name of the attribute
true if the attribute was available for the given team
Returns the width of the team in meters, available only if we have tracking data.
WIDTH is the vertical distance between the left-most and right-most player of the team
The team class