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