Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface V2UIElementsImage

Small image associated with this item, if any.

An image displayed in the card.

The image associated with the merchant.

URL to a photo of the vehicle. The photo will be displayed at approximately 256x256px. Must be a jpg or png. Optional.

Performer's images.

Image associated with the order.

Character's images.

Hierarchy

  • V2UIElementsImage

Properties

Optional accessibilityText

accessibilityText: 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