Slider.Items

Syntax

Items: Array

Description

The Items property sets the array of sliders for the Slider component.

Comments

Use JSON or the setItems method to set the property value and the getItems method to get the property value.

The array of sliders is an array of JSON objects with the PP.Ui.SliderItem type.

Example

The property use is given in the Example of Creating the Slider Component page.

See also:

Slider