import LeaderboardViewController from '~/controllers/LeaderboardViewController.js'LeaderboardViewController
Extends:
ViewController → LeaderboardViewController
Leaderboard buttons and all.
Constructor Summary
| Public Constructor | ||
| public |
constructor(element: string, post: Post) Manages an existing leaderboard instance. |
|
Member Summary
| Public Members | ||
| public |
Number of items in leaderboard |
|
| public |
Post managed |
|
Method Summary
| Public Methods | ||
| public |
async showMore() Shows more leaderboard options |
|
Inherited Summary
| From class ViewController | ||
| public static |
Creates a view controller directly for all members of a class. |
|
| public static |
of(elem: string | Element): ViewController Returns a canolical VC of an element if it exists |
|
