| Package | com.globfx.showroom |
| Class | public class VisitedSlide |
| Inheritance | VisitedSlide Object |
The VisitedSlide class contains information on a previously visited slide.
It can be retrieved through the ShowRoom.slideShow.history property.
See also
| Property | Defined By | ||
|---|---|---|---|
| dateEntered : Date [read-only]
Returns the date and time the slide was entered. | VisitedSlide | ||
| elapsed : Number [read-only]
Returns the elapsed time on the slide, in seconds. | VisitedSlide | ||
| slide : Slide [read-only]
Returns the visited slide. | VisitedSlide | ||
| dateEntered | property |
dateEntered:Date [read-only] Returns the date and time the slide was entered.
public function get dateEntered():Date| elapsed | property |
elapsed:Number [read-only] Returns the elapsed time on the slide, in seconds.
public function get elapsed():Number| slide | property |