Constructors
constructor
- new Item(data, name, client): Item
Properties
Readonly
color
color: string
Readonly
description
description: string
Readonly
image
image: string
Optional
Readonly
price
price?: number
Methods
getUrl
- getUrl(): string
Returns string
use
- use(): Promise<string>
Returns Promise<string>
getUrl - Get the full URL of the item image.