AttributeFilterComponent
Home > @gooddata/sdk-ui-dashboard > IDashboardAttributeFilterProps > AttributeFilterComponent
IDashboardAttributeFilterProps.AttributeFilterComponent property
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.
Optional custom attribute filter component to change or extend the default rendered one. The default is AttributeFilterButton Other component which fits this interface provided by GD is AttributeFilter
Note: Props provided to this component contains many filter customizations. E.g. parent/child filtering, cross filtering, various subcomponents etc. see IAttributeFilterButtonProps for more details.
use at your own risk
Signature:
AttributeFilterComponent?: ComponentType<IAttributeFilterButtonProps>;