Interface IImagesSlider
Package: ui-framework
Properties
class
Declaration
class: string
Property Value
| Type | Description |
|---|---|
| string |
height
The max image height.
Declaration
height?: number
Property Value
| Type | Description |
|---|---|
| number | The max image height. |
id
Declaration
id: number
Property Value
| Type | Description |
|---|---|
| number |
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. |