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