Skip to content
On this page

LeaderboardData (Interface)

The LeaderboardData interface represents a single entry or score in a leaderboard.

Fields

FieldTypeDescription
level_keystringKey identifying the level or category.
valuestringThe score or value achieved.
date_createdstringDate the score was recorded.
screen_namestringThe player's display name.
leaderboard_namestring?The player's private leaderboard display name.

Usage

Used to display leaderboard entries and scores for players.