Interface IImage
Provides IImageCarouselConfig properties.
Package: ui-framework
Properties
height
The max image height.
Declaration
height?: number
Property Value
Type | Description |
---|---|
number | The max image height. |
title
The image title.
Declaration
title: string
Property Value
Type | Description |
---|---|
string | The image title. |
url
A URL that links to the low-resolution thumbnail.
Declaration
url: string
Property Value
Type | Description |
---|---|
string | A URL that links to the low-resolution thumbnail. |
urlHD
A URL that links to the hi-resolution image.
Declaration
urlHD: string
Property Value
Type | Description |
---|---|
string | A URL that links to the hi-resolution image. |
width
The max image width.
Declaration
width?: number
Property Value
Type | Description |
---|---|
number | The max image width. |