exportRawInsightWidget()
Home > @gooddata/sdk-ui-dashboard > exportRawInsightWidget
exportRawInsightWidget() function
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.
Creates the ExportRawInsightWidget command. Dispatching this command will result in exporting of the widget to a CSV.
Signature:
export declare function exportRawInsightWidget(ref: ObjRef, widget: IInsightWidget, insight: IInsight, filename: string, correlationId?: string): IExportRawInsightWidget;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
ref | ||
|
widget | ||
|
insight |
insight to export | |
|
filename |
string |
filename of the exported file |
|
correlationId |
string |
(Optional) specify correlation id to use for this command. this will be included in all events that will be emitted during the command processing |
Returns: