IWidgetAttachment
Home > @gooddata/sdk-model > IWidgetAttachment
IWidgetAttachment 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.
Warning: This API is now obsolete.
- use IExportDefinitionMetadataObject instead
Email attachment - widget exported as csv or/and xlsx.
Signature:
export interface IWidgetAttachment
Remarks
You can setup specific filter context to use for the widget export
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
exportOptions? | IExportOptions | (ALPHA) (Optional) | |
filterContext? | ObjRef | (ALPHA) (Optional) Export filter context | |
formats | ("csv" | "xlsx")[] | (ALPHA) File format | |
widget | ObjRef | (ALPHA) Widget object ref | |
widgetDashboard | ObjRef | (ALPHA) The dashboard on which is the widget to be exported |