Options
All
  • Public
  • Public/Protected
  • All
Menu
todo

Add remaining stash layouts

Hierarchy

  • Transformable
    • Stash

Index

Constructors

constructor

  • Returns Stash

Properties

Optional currencyLayout

currencyLayout: {}

Type declaration

Optional delveLayout

delveLayout: {}

Type declaration

Optional divinationLayout

divinationLayout: DivinationLayout

Optional essenceLayout

essenceLayout: {}

Type declaration

Optional fragmentLayout

fragmentLayout: {}

Type declaration

Optional items

items: Item[]

numTabs

numTabs: number

Optional quadLayout

quadLayout: boolean

Optional tabs

tabs: Tab[]
remarks

tabs must be set to 1 when making the request to receive this data

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