Global

Members

slidesData :Array

A list of slides that are displayed in the custom slider. Each slide has the following attributes: image, heading and description.
Type:
  • Array
Source:
Example
slideData = [
  {
    "image": "some image link",
    "heading": "Slide 1",
    "description": "Some description for slide 1"
  },
  {
    "image": "another image link",
    "heading": "Slide 2",
    "description": "Some description for slide 2"
  }
]