filter
Home > @gooddata/sdk-ui-filters > IAttributeFilterButtonOwnProps > filter
IAttributeFilterButtonOwnProps.filter property
Specify an attribute filter that will be customized using this filter.
Signature:
filter?: IAttributeFilter;
Remarks
The component will use content of the filter and select the items that are already specified on the filter.
Note: It's not possible to combine this property with "connectToPlaceholder" property. Either - provide a value, or a placeholder. The 'onApply' callback must be specified in order to handle filter changes.