Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Image

Hierarchy

  • Image

Implements

Properties

Properties

alt

alt: string

A text description of the image to be used for accessibility, e.g. screen readers. Required.

height

height: number

The height of the image in pixels. Optional.

url

url: string

The source url of the image. Images can be JPG, PNG and GIF (animated and non-animated). For example,https://www.agentx.com/logo.png. Required.

width

width: number

The width of the image in pixels. Optional.

Generated using TypeDoc