ExportRawInsightWidgetPayload
Home > @gooddata/sdk-ui-dashboard > ExportRawInsightWidgetPayload
ExportRawInsightWidgetPayload interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Payload of the ExportRawInsightWidget command.
Signature:
export interface ExportRawInsightWidgetPayload
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
filename | readonly | string | (ALPHA) Reference to Insight title to export. |
insight | readonly | IInsight | (ALPHA) Reference to Insight definition to export. |
ref | readonly | ObjRef | (ALPHA) Reference to Insight Widget to export. |
widget | readonly | IInsightWidget | (ALPHA) Reference to Insight Widget to export. |