@echecs/tournament - v2.1.1
Preparing search index...
Pairing
Interface Pairing
A pairing of two players for a round.
interface
Pairing
{
black
:
string
;
white
:
string
;
}
Index
Properties
black
white
Properties
black
black
:
string
Player identifier for black.
white
white
:
string
Player identifier for white.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
black
white
@echecs/tournament - v2.1.1
Loading...
A pairing of two players for a round.