Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ItemBase
    • SocketedItem

Index

Constructors

constructor

Properties

Optional abyssJewel

abyssJewel: boolean

Optional additionalProperties

additionalProperties: AdditionalProperty[]

colour

colour: null | SocketColour

Optional corrupted

corrupted: boolean

descrText

descrText: string

Optional explicitMods

explicitMods: string[]

extended

extended: Extended

Optional fractured

fractured: boolean

Optional fracturedMods

fracturedMods: string[]

frameType

frameType: number

h

h: number

Optional hybrid

hybrid: Hybrid

icon

icon: string

id

id: string

identified

identified: boolean

ilvl

ilvl: number

Optional implicitMods

implicitMods: string[]

league

league: string

Optional maxStackSize

maxStackSize: number

name

name: string

Optional nextLevelRequirements

nextLevelRequirements: Property[]

properties

properties: Property[]

Optional requirements

requirements: Property[]

Optional secDescrText

secDescrText: string

socket

socket: number

Optional stackSize

stackSize: number

Optional support

support: boolean

Optional synthesised

synthesised: boolean

typeLine

typeLine: string

verified

verified: boolean

w

w: number

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