queryConnectedAttributes()
Home > @gooddata/sdk-ui-dashboard > queryConnectedAttributes
queryConnectedAttributes() 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 connected attributes for the information about possibility of parent-child attribute filter relationship as only connected attributes may be dependent on each other.
Signature:
export declare function queryConnectedAttributes(ref: ObjRef, correlationId?: string): IQueryConnectedAttributes;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
ref |
reference of the attribute filter display form | |
|
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:
array of connected attributes for given reference