Skip to content

prerender

This event occurs just after the response from the CALUMO server containing the rendered response comes in, but before any rendering has been done in the Browser.

Event Arguments

report

The current report object

Example

report.api.bind("prerender", function(e) {
    // e.report
});
Back to top