@echecs/tournament - v2.1.1
Preparing search index...
Player
Interface Player
A tournament participant.
interface
Player
{
id
:
string
;
rating
?:
number
;
}
Index
Properties
id
rating?
Properties
id
id
:
string
Unique identifier for the player.
Optional
rating
rating
?:
number
Optional Elo rating.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
rating
@echecs/tournament - v2.1.1
Loading...
A tournament participant.