Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Transformable
    • Member

Index

Constructors

constructor

  • Returns Member

Properties

id

id: number

isAcceptable

isAcceptable: boolean

isRemovable

isRemovable: boolean

makeOwner

makeOwner: boolean

memberName

memberName: string

promote

promote: boolean

role

role: string

roleName

roleName: string

Methods

getCharacters

  • remarks

    Trying to get characters when the profile or character tab is private will result in an error.

    throws

    APIError

    Parameters

    Returns Promise<Character[]>

    A list of characters from this member

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