SupportedInsightReferenceTypes
Home > @gooddata/sdk-backend-spi > SupportedInsightReferenceTypes
SupportedInsightReferenceTypes type
List of currently supported types of references that can be retrieved using the IWorkspaceInsightsService.getInsightReferencedObjects() function.
Signature:
export type SupportedInsightReferenceTypes = Exclude<InsightReferenceTypes, "displayForm" | "variable">;
References: InsightReferenceTypes