Skip to main content

ListImage

Stentor API Reference


Stentor API Reference / stentor-models/src / ListImage

Interface: ListImage

Defined in: packages/stentor-models/src/Display/List/List.ts:110

Properties​

url​

url: string

Defined in: packages/stentor-models/src/Display/List/List.ts:114

The location of the image, publicly accessible.


height?​

optional height: number

Defined in: packages/stentor-models/src/Display/List/List.ts:118

The optional height of the image


width?​

optional width: number

Defined in: packages/stentor-models/src/Display/List/List.ts:122

The optional width of the image


urlIcon?​

optional urlIcon: string

Defined in: packages/stentor-models/src/Display/List/List.ts:126

The optional location of the smaller version of the image (icon?), publicly accessible.


accessibilityText​

accessibilityText: string

Defined in: packages/stentor-models/src/Display/List/List.ts:130

Describes the image for screen readers, referred to as ContentDescription on Alexa.


imageActionUrl?​

optional imageActionUrl: string

Defined in: packages/stentor-models/src/Display/List/List.ts:136

Beta

When present, if the image is clicked the provided website will open.

Not yet fully supported.