onExportReady
Home > @gooddata/sdk-ui > IWithLoadingEvents > onExportReady
IWithLoadingEvents.onExportReady property
Called when loading finishes and it is possible to export the underlying data. Function that does the export will be provided on the callback.
Signature:
onExportReady?: (exportFunction: IExportFunction, props: TProps) => void;