Class: Slide

Slide({container, toolbar, slideIndex, slideData, exportedDataopt, theme, themeColor})

class that represent a single slide

Constructor

new Slide({container, toolbar, slideIndex, slideData, exportedDataopt, theme, themeColor})

takes a object parameter which contains:
Parameters:
Name Type Attributes Description
{container * container div where slide appened
toolbar * header toolbar
slideIndex * index of the slide
slideData * all the slide data of the presentation (ie. style, content etc)
exportedData * <optional>
The collection of imported data
theme *
themeColor} *
Source:

Methods

createElement()

A funtion that create element on the slide
Source:

init()

initialize the Slide which setup all a single slide of the presentation
Source: