Skip to main content

au-widget-slider/ISliderConfig

Enumerations

Direction

Arrangement of images in the AuWidgetSlider class.

Enumeration Members

Enumeration MemberValueDescription
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

IImage.height

id
id: number;
title
title: string;

The image title.

Inherited from

IImage.title

url
url: string;

A URL that links to the low-resolution thumbnail.

Inherited from

IImage.url

urlHD
urlHD: string;

A URL that links to the hi-resolution image.

Inherited from

IImage.urlHD

width?
optional width?: number;

The max image width.

Inherited from

IImage.width


ISliderConfig

Provides properties for arranging images in the AuWidgetSlider class.

Extends

Properties

columns?
optional columns?: number;
Inherited from

AdvancedISliderConfig.columns

direction
direction: Direction;
images
images: IImagesSlider[];
increment?
optional increment?: number;
Inherited from

AdvancedISliderConfig.increment

lightbox: boolean;
listPage
listPage: boolean;
quantity
quantity: number;
rows?
optional rows?: number;
Inherited from

AdvancedISliderConfig.rows

Was this page helpful?