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