Hierarchy

  • ILeaderboardEntries

Index

Properties

entries

List of entries

iterator

iterator: () => IterableIterator<ILeaderboardRankPayload[]>

Iterable iterator to fetch next/prev pages

Type declaration

Optional next

next: () => IteratorResult<ILeaderboardRankPayload[]>

Function to get next page

Type declaration

Optional previous

previous: () => IteratorResult<ILeaderboardRankPayload[]>

Function to get previous page

Type declaration

total

total: number

Total number of leaderboard entries