onError
Home > @gooddata/sdk-ui-filters > IAttributeFilterButtonOwnProps > onError
IAttributeFilterButtonOwnProps.onError property
Customize attribute filter with a callback function to trigger when an error occurs while loading attribute elements.
Signature:
onError?: (error: any) => void;