IExportingEvents

Type interface

Inheritance

IExportingEvents extends IEntityEvents.

IExportingEvents is not extended by any other symbol.

Properties

dataprocessed
#

Param IExportEvent & { data: any,
  type: "dataprocessed",
  target: Target }

Invoked when data finishes pre-processing for export.

downloadstarted
#

Param IExportEvent & { fileName: string,
  type: "downloadstarted",
  target: Target }

Invoked when download of the export starts.

exportfinished
#

Param { type: "exportfinished",
  target: Target }

Invoked when export finishes.

exportstarted
#

Param { type: "exportstarted",
  target: Target }

Invoked when export starts.

pdfdocready
#

Param IExportEvent & { doc: any,
  type: "pdfdocready",
  target: Target }

Invoked when PDF export finishes preparing a document.

At this point it can still be modified for export.

printstarted
#

Param { type: "printstarted",
  target: Target }

Invoked when print starts.

workbookready
#

Param IExportEvent & { workbook: any,
  workbookOptions: any,
  xlsx: any,
  type: "workbookready",
  target: Target }

Invoked when XLSX export finishes preparing a workbook.

At this point it can still be modified for export.