On_slidePositionChanged

TrueConf7/5/26About 1 min

On_slidePositionChanged

Description

The notification received when a slide changes its position in the list of slides

EventHandler<string> On_slidePositionChanged

Response example

{
    "event" : "slidePositionChanged",
    "prevIdx" : 0,
    "newIdx" : 1,
    "name" : "nature.png",
    "fileId" : 164556151,
    "method" : "event"
}

Response Parameters

NameDescription
prevIdxSlide index before changes
newIdxSlide index after changes
nameFile name
fileIdFile identifier on the built-in HTTP server

See also

Last Updated: