# slidePositionChanged

Description: the notification received when a slide changes its position in the list of slides.

Example:

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

Parameter description:

  • prevIdx — Slide index before changes

  • newIdx — Slide index after changes

  • name — File name.

  • fileId — File identifier on the built-in HTTP server

See also: