Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Image

Optional. The image to display.

An image displayed in the card.

A hero image for the card. The height is fixed to 192dp. Optional.

An image.

A small image icon displayed on the right from the title. It's resized to 36x36 dp.

A large image, such as the cover of the album, etc.

Image associated with the table. Optional.

Hierarchy

  • Image

Implemented by

Properties

Properties

Optional alt

alt: undefined | string

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

Optional height

height: undefined | number

The height of the image in pixels. Optional.

Optional url

url: undefined | 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.

Optional width

width: undefined | number

The width of the image in pixels. Optional.

Generated using TypeDoc