GitHub
Preparing search index...
The search index is not available
Triangle.js Docs
Triangle.js Docs
src
Types
Room
Player
Interface Player
interface
Player
{
_id
:
string
;
anon
:
boolean
;
badges
:
Badge
[]
;
bot
:
boolean
;
bracket
:
Bracket
;
country
:
null
|
string
;
record
:
{
games
:
number
;
streak
:
number
;
wins
:
number
;
}
;
role
:
string
;
supporter
:
boolean
;
username
:
string
;
verified
:
boolean
;
xp
:
number
;
}
Index
Properties
_id
anon
badges
bot
bracket
country
record
role
supporter
username
verified
xp
Properties
_id
_id
:
string
anon
anon
:
boolean
badges
badges
:
Badge
[]
bot
bot
:
boolean
bracket
bracket
:
Bracket
country
country
:
null
|
string
record
record
:
{
games
:
number
;
streak
:
number
;
wins
:
number
;
}
role
role
:
string
supporter
supporter
:
boolean
username
username
:
string
verified
verified
:
boolean
xp
xp
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_id
anon
badges
bot
bracket
country
record
role
supporter
username
verified
xp
GitHub
Triangle.js Docs
Loading...