parentFilterOverAttribute
Home > @gooddata/sdk-ui-filters > IAttributeFilterCoreProps > parentFilterOverAttribute
IAttributeFilterCoreProps.parentFilterOverAttribute property
Specify the over attribute - an attribute the filter and its parent filter are connected through.
Signature:
parentFilterOverAttribute?: ParentFilterOverAttributeType;
Remarks
You can either provide an ObjRef which will be used for all the parent filters, or you can provide a pure function that will be called for each parent filter to determine the respective over attribute.