AttributeFilterError()
Home > @gooddata/sdk-ui-filters > AttributeFilterError
AttributeFilterError() function
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
AttributeFilter error component that display error, It does not distinguish different errors, instead it renders a generic error message.
Signature:
export declare function AttributeFilterError({ isOpen, isDraggable }: IAttributeFilterErrorProps): React.JSX.Element;
Parameters
Parameter | Type | Description |
---|---|---|
{ isOpen, isDraggable } | IAttributeFilterErrorProps |
Returns:
React.JSX.Element