setHandlers sethandlers

JavaScript API reference for Spin Viewer

setHandlers(handlers)

Specifies zero or more callback handlers. A call to this method fully overwrites event handlers that were previously assigned for that viewer instance. Must be called before init().

Parameter section-51f820ded5e842bebd123e37a35176c7

handlers

{Object} JSON object with viewer event callbacks, where the property name is the name of the supported viewer event and the property value is a JavaScript function reference to an appropriate callback.

See Event callbacksfor more information about viewer events.

Returns section-1d3cf85bc7cc4dfe9670e038d02b9101

None.

Example section-9e9332aa86b74a5fb321375c03fdc5b3

<instance>.setHandlers({
 "initComplete":function() {
  console.log("init complete");
}
})
recommendation-more-help
b7426f53-aad9-4c00-83fc-664f30f681e8