@echecs/swiss - v3.0.2
Preparing search index...
Game
Interface Game
interface
Game
{
black
:
string
;
kind
?:
GameKind
;
result
:
Result
;
white
:
string
;
}
Index
Properties
black
kind?
result
white
Properties
black
black
:
string
Optional
kind
kind
?:
GameKind
result
result
:
Result
white
white
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
black
kind
result
white
@echecs/swiss - v3.0.2
Loading...