# slidesChunkSorted

Version: 4.3.0.+

Description: notification about the change in the order of some slides.

Example:

{
    "event" : "slidesChunkSorted",
    "slides": [
        {
            "name": "1.jpg",
            "fileId": 613471648,
            "idx": 0
        },
        {
            "name": "2.jpg",
            "fileId": 613468966,
            "idx": 1
        },
        {
            "name": "3.png",
            "fileId": 613472925,
            "idx": 2
        },
        {
            "name": "4.png",
            "fileId": 613474659,
            "idx": 3
        }
    ],
    "fromIndex" : 0,
    "toIndex" : 3,
    "method" : "event"
}

Parameter description:

  • slides - list of sorted slides

  • idx — the index of a slide in the list of slides

  • name — File name.

  • fromIndex - the index of the slide from which the list was sorted

  • toIndex - the index of the slide up to which the list has been sorted

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

See also: