IInsightReferences
Home > @gooddata/sdk-backend-spi > IInsightReferences
IInsightReferences interface
Contains information about objects that may be referenced by an insight.
Signature:
export interface IInsightReferences
Remarks
The contents of this object depend on the insight and the types requested at the time of call to the IWorkspaceInsightsService.getInsightReferencedObjects() function.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
catalogItems? | CatalogItem[] | (Optional) Requested catalog items. | |
dataSetMeta? | IMetadataObject[] | (Optional) If requested, metadata about data sets from which this insight queries data will be returned here. |