DashboardExportToPdfPresentationResolved
Home > @gooddata/sdk-ui-dashboard > DashboardExportToPdfPresentationResolved
DashboardExportToPdfPresentationResolved interface
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.
This event is emitted at the end of successful 'dashboard export to PDF presentation' command processing. In its payload, there is an uri of the resulting PDF file.
Signature:
export interface DashboardExportToPdfPresentationResolved extends IDashboardEvent
Extends: IDashboardEvent
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
payload | readonly | DashboardExportToExcelResolvedPayload | (BETA) |
type | readonly | "GDC.DASH/EVT.EXPORT.PDF_PRESENTATION.RESOLVED" | (BETA) |