@echecs/tournament - v3.3.0
Preparing search index...
Team
Interface Team
A team of players.
interface
Team
{
gamePoints
:
number
;
id
:
string
;
matchPoints
:
number
;
name
:
string
;
nickname
?:
string
;
playerIds
:
string
[]
;
rank
:
number
;
}
Index
Properties
game
Points
id
match
Points
name
nickname?
player
Ids
rank
Properties
game
Points
gamePoints
:
number
id
id
:
string
match
Points
matchPoints
:
number
name
name
:
string
Optional
nickname
nickname
?:
string
player
Ids
playerIds
:
string
[]
rank
rank
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
game
Points
id
match
Points
name
nickname
player
Ids
rank
@echecs/tournament - v3.3.0
Loading...
A team of players.