queryInsightAttributesMeta()
Home > @gooddata/sdk-ui-dashboard > queryInsightAttributesMeta
queryInsightAttributesMeta() 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 thought which you can query dashboard component for information about display forms and attributes used by an insight.
Signature:
export declare function queryInsightAttributesMeta(insightOrRef: ObjRef | IInsight, correlationId?: string): IQueryInsightAttributesMeta;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
insightOrRef |
insight body or a reference to an insight on the 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: