FilterError
Home > @gooddata/sdk-ui-filters > IAttributeFilterButtonOwnProps > FilterError
IAttributeFilterButtonOwnProps.FilterError property
Customize attribute filter with a component to be rendered if attribute elements loading fails
Signature:
FilterError?: React.ComponentType<{
error?: any;
}>;