Optional
active
active?: boolean
Optional
match
match?: number
Optional
meta
meta?: {
[key: string]: any;
}
Optional
path
path?: {
loss?: string;
win?: string;
}
Optional
player1
player1?: {
draw?: number;
id?: string;
loss?: number;
win?: number;
}
Optional
player2
player2?: {
draw?: number;
id?: string;
loss?: number;
win?: number;
}
Optional
round
round?: number
All properties that can be set with Match.values.
See MatchValues for detailed descriptions of properties.