au-widget-slider/ISliderConfig
Enumerations
Direction
Arrangement of images in the AuWidgetSlider class.
Enumeration Members
| Enumeration Member | Value | Description |
|---|---|---|
horizontal | "horizontal" | Horizontally-oriented slider. |
tile | "tile" | Tile images. |
vertical | "vertical" | Vertically-oriented slider. |
Interfaces
AdvancedISliderConfig
Provides properties for arranging images in the AuWidgetSlider class.
Extended by
Properties
columns?
optional columns?: number;
increment?
optional increment?: number;
rows?
optional rows?: number;
IImagesSlider
Provides image properties.
Extends
Properties
class
class: string;
height?
optional height?: number;
The max image height.
Inherited from
id
id: number;
title
title: string;
The image title.
Inherited from
url
url: string;
A URL that links to the low-resolution thumbnail.
Inherited from
urlHD
urlHD: string;
A URL that links to the hi-resolution image.
Inherited from
width?
optional width?: number;
The max image width.
Inherited from
ISliderConfig
Provides properties for arranging images in the AuWidgetSlider class.
Extends
Properties
columns?
optional columns?: number;
Inherited from
direction
direction: Direction;
images
images: IImagesSlider[];
increment?
optional increment?: number;
Inherited from
AdvancedISliderConfig.increment
lightbox
lightbox: boolean;
listPage
listPage: boolean;
quantity
quantity: number;
rows?
optional rows?: number;