ListImage
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?β
optionalheight:number
Defined in: packages/stentor-models/src/Display/List/List.ts:118
The optional height of the image
width?β
optionalwidth:number
Defined in: packages/stentor-models/src/Display/List/List.ts:122
The optional width of the image
urlIcon?β
optionalurlIcon: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?β
optionalimageActionUrl: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.