queryDateDatasetsForInsight()
Home > @gooddata/sdk-ui-dashboard > queryDateDatasetsForInsight
queryDateDatasetsForInsight() 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 action through which you can query dashboard component for information about the date data sets that are applicable for the provided insight.
Signature:
export declare function queryDateDatasetsForInsight(insightOrRef: ObjRef | IInsight, correlationId?: string): QueryInsightDateDatasets;
Parameters
Parameter | Type | Description |
---|---|---|
insightOrRef | ObjRef | IInsight | insight body or a reference to an insight. if the reference is provided, then it is expected to be a reference of an insight that is already placed on a dashboard |
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: