ProSDSlide constructor

ProSDSlide(
  1. ProSettings settings
)

stage display api sends slide data in multiple separate objects. One will send uid and text, but another will send the notes data. Since we don't know which comes firest, we use an empty constructor, and assign the values later.

Implementation

ProSDSlide(this.settings);