Class AnimeStats

Class representing the statistics of an anime.

Constructors

  • Creates an instance of AnimeStats.

    Parameters

    • currentlyWatching: number

      The number of users currently watching the anime.

    • viewed: number

      The number of users who have viewed the anime.

    • skipped: number

      The number of users who have skipped the anime.

    • onHold: number

      The number of users who have put the anime on hold.

    • abandoned: number

      The number of users who have abandoned the anime.

    • plansToWatch: number

      The number of users who plan to watch the anime.

    • likes: number

      The number of likes the anime has received.

    Returns AnimeStats

Properties

_abandoned: number
_currentlyWatching: number
_likes: number
_onHold: number
_plansToWatch: number
_skipped: number
_viewed: number

Accessors

  • get abandoned(): number
  • Gets the number of users who have abandoned the anime.

    Returns number

    The number of users who have abandoned.

  • get currentlyWatching(): number
  • Gets the number of users currently watching the anime.

    Returns number

    The number of users currently watching.

  • get likes(): number
  • Gets the number of likes the anime has received.

    Returns number

    The number of likes.

  • get onHold(): number
  • Gets the number of users who have put the anime on hold.

    Returns number

    The number of users who have put on hold.

  • get plansToWatch(): number
  • Gets the number of users who plan to watch the anime.

    Returns number

    The number of users who plan to watch.

  • get skipped(): number
  • Gets the number of users who have skipped the anime.

    Returns number

    The number of users who have skipped.

  • get viewed(): number
  • Gets the number of users who have viewed the anime.

    Returns number

    The number of users who have viewed.