exportDashboardToPdf()
Home > @gooddata/sdk-ui-dashboard > exportDashboardToPdf
exportDashboardToPdf() function
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Creates the IExportDashboardToPdf command. Dispatching this command will result in a request to export the dashboard to a PDF file. If successful, an instance of IDashboardExportToPdfResolved will be emitted with the URL of the resulting file.
Signature:
export declare function exportDashboardToPdf(correlationId?: string): IExportDashboardToPdf;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
correlationId |
string |
(Optional) specify correlation id to use for this command. this will be included in all events that will be emitted during the command processing |
Returns: