Interface Match

A match of a round.

Hierarchy

Properties

child_count: number

The count of match games this match has. Can be 0 if it's a simple match, or a positive number for "Best Of" matches.

group_id: Id

ID of the parent group.

id: Id

ID of the match.

number: number

The number of the match in its round.

opponent1: null | ParticipantResult

First opponent of the match.

opponent2: null | ParticipantResult

Second opponent of the match.

round_id: Id

ID of the parent round.

stage_id: Id

ID of the parent stage.

status: Status

Status of the match.

Generated using TypeDoc