We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RankingItem
1 parent 08a43d4 commit 58967b9Copy full SHA for 58967b9
src/types.ts
@@ -199,6 +199,8 @@ export interface Config {
199
/**
200
* A formula to compute the ranking of the participants on round-robin stages.
201
*
202
+ * See {@link RankingItem} for the possible properties on `item`.
203
+ *
204
* @default (item) => 3 * item.wins + 1 * item.draws + 0 * item.losses
205
*/
206
rankingFormula?: RankingFormula,
0 commit comments