queryConnectingAttributes()
Home > @gooddata/sdk-ui-dashboard > queryConnectingAttributes
queryConnectingAttributes() 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 connecting attributes for the information about possibility of parent-child attribute filter relationship.
Signature:
export declare function queryConnectingAttributes(refs: [ObjRef, ObjRef][], correlationId?: string): IQueryConnectingAttributes;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
refs |
references of the attributes | |
|
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:
connecting attributes for given array of references