Skip to main content

Slides

Wolfram Kernel
Execution environment
Notebook`Editor`Kernel`Slides`
Context
Slides[] _Slides

an object that represents current window with slides (even if not created)

Constructor

Once evaluated it returns Slides as an object with a current window connection (aka CurrentWindow) and other properties

tip

Always call the constructor on the window, where the slides will be shown

Methods

It provides a direct access to RevealJS engine

EventFire

It extends EventFire acting like an event object

EventFire[o_Slides, APICommand_String, data_]

where APICommand is a RevealJS API

For example to navigate to the next slide

EventFire[o_Slides, "navigateNext", 1]