Name

Image

Description

Image object, used for thumbnails or banners.

Param: url

Image URL.

Param: width

Image width.

Param: height

Image height.

Param: quality

Image quality (thumbnails only).

Constructors

Properties

Constructors

  • Parameters

    • url: string
    • width: number
    • height: number
    • Optional quality: ImageQuality

    Returns Image

Properties

height: number
quality?: ImageQuality
url: string
width: number

Generated using TypeDoc