exportSlidesInsightWidget()
Home > @gooddata/sdk-ui-dashboard > exportSlidesInsightWidget
exportSlidesInsightWidget() 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 ExportSlidesInsightWidget command. Dispatching this command will result in exporting of the widget to a slides type (pdf, pptx).
Signature:
export declare function exportSlidesInsightWidget(ref: ObjRef, filename: string, exportType: "pdf" | "pptx", correlationId?: string): IExportSlidesInsightWidget;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
ref |
reference to the Insight to export | |
|
filename |
string |
filename of the exported file |
|
exportType |
"pdf" | "pptx" |
type of export to perform |
|
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: