WLJS LogoWLJS Notebook

FrontSlidesSelected

Frontend symbol
FrontSlidesSelected[type_String, payload_]

an interface symbol to control current slideshow (if available) similar to FrontEditorSelected in terms of API implementation.

You need to call this symbol using FrontSubmit

type field reflects RevealJS API method and payload its first argument.

Example

To programmatically change the slide

FrontSlidesSelected["navigateNext", 1] // FrontSubmit

On this page