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