IWidgetReferences
Home > @gooddata/sdk-backend-spi > IWidgetReferences
IWidgetReferences 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.
Contains information about objects that may be referenced by a widget. The contents of this object depend on the widget and the types requested at the time of call to getWidgetReferencedObjects.
Signature:
export interface IWidgetReferences
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
catalogItems? | CatalogItem[] | (ALPHA) (Optional) If requested, measures referenced by the widget will be returned here. If none of them were requested, the catalogItems will be undefined. |