On_slideRemoved

TrueConf7/5/26About 1 min

On_slideRemoved

Description

Notification coming after you remove a slide from a slideshow

EventHandler<string> On_slideRemoved

Response example

{
    "event" : "slideRemoved",
    "idx" : 3,
    "fileId" : 278229
    "removedFromServer" : true,
    "method" : "event"
}

Response Parameters

NameDescription
idxRemoved slide index
removedFromServerA flag indicating whether the file was deleted from the built-in HTTP server
fileIdFile identifier on the built-in HTTP server

See also

Last Updated: