Skip to main content

Bridge.Sub

.show(key)

Navigates to a subslide of the current slide with the given key. prev or next can be used in place of a key.

// Key example
Bridge.Sub.show("subslide-2");
// prev / next example
Bridge.Sub.show("next");
note

When developing for Remote Preso, Bridge.Sub.show(key) should be triggered on the master only - the change of subslide on the client will be handled by the application / telepresenter code automatically.