Triangle.js Docs
    Preparing search index...

    Interface LeaderboardBase

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

    Hierarchy (View Summary)

    Index

    Properties

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