Type interface
Inheritance
IExportingEvents extends IEntityEvents.
IExportingEvents is not extended by any other symbol.
Properties
|
dataprocessed # |
Param Invoked when data finishes pre-processing for export. |
|---|---|
|
downloadstarted # |
Param Invoked when download of the export starts. |
|
exportfinished # |
Param { type: Invoked when export finishes. |
|
exportstarted # |
Param { type: Invoked when export starts. |
|
pdfdocready # |
Param Invoked when PDF export finishes preparing a document. At this point it can still be modified for export. |
|
printstarted # |
Param { type: Invoked when print starts. |
|
workbookready # |
Param Invoked when XLSX export finishes preparing a workbook. At this point it can still be modified for export. |