Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Transformable
    • Entry

Index

Constructors

constructor

  • Returns Entry

Properties

account

account: Account

character

character: Character

dead

dead: boolean

online

online: boolean

Optional public

public: boolean

rank

rank: number

Optional retired

retired: boolean

Accessors

characterWindowUrl

  • get characterWindowUrl(): string
  • Returns string

    URL to the character window on the Path of Exile website

profileUrl

  • get profileUrl(): string
  • Returns string

    URL to the account profile on the Path of Exile website

Methods

toPlain

  • toPlain(): unknown
  • Converts this class back into a plain javascript object.

    remarks

    Property keys which have been renamed during the initial transformation to a class object will be reverted to the original keys. For example, the cachedSince property in the Ladder class will be reverted to the original API property, cached_since.

    Returns unknown

Generated using TypeDoc