Triangle.js Docs
    Preparing search index...

    Interface Leaderboard

    interface Leaderboard {
        active: boolean;
        id: string;
        naturalorder: number;
        shadowedBy: any[];
        shadows: any[];
        stats: LeaderboardStats;
        username: string;
        wins: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    active: boolean
    id: string
    naturalorder: number
    shadowedBy: any[]
    shadows: any[]
    username: string
    wins: number