IAttributeFiltersCustomizer
Home > @gooddata/sdk-ui-dashboard > IAttributeFiltersCustomizer
IAttributeFiltersCustomizer interface
Set of functions you can use to customize how attribute filters are rendered.
Signature:
export interface IAttributeFiltersCustomizer
Methods
Method | Description |
---|---|
withCustomDecorator(providerFactory) | Register a factory for attribute filter decorator providers. |
withCustomProvider(provider) | Register a provider for React components to render attribute filters. |