Class RankHistory

A class that represents rank history of a user.

Constructors

Properties

Accessors

Methods

Constructors

Properties

data: number[]

List of previous ranks at different points of history.

mode: string

A mode to which this data belongs.

DEFAULT_MODE: string = 'Unknown'

Accessors

  • get hasEnoughData(): boolean
  • If this rank history has valid mode and more than 1 entry to build a graph.

    Returns boolean

Methods