Skip to content

Commit 58967b9

Browse files
committed
Link to RankingItem
1 parent 08a43d4 commit 58967b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ export interface Config {
199199
/**
200200
* A formula to compute the ranking of the participants on round-robin stages.
201201
*
202+
* See {@link RankingItem} for the possible properties on `item`.
203+
*
202204
* @default (item) => 3 * item.wins + 1 * item.draws + 0 * item.losses
203205
*/
204206
rankingFormula?: RankingFormula,

0 commit comments

Comments
 (0)