IAttributeFilterErrorProps
Home > @gooddata/sdk-ui-filters > IAttributeFilterErrorProps
IAttributeFilterErrorProps interface
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.
Component that is rendered when the initialization of the attribute filter ends up in an error state.
Signature:
export interface IAttributeFilterErrorProps 
Remarks
It will be rendered instead of the component that implements IAttributeFilterDropdownButtonProps.
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| any | (BETA) (Optional) Error object | ||
| boolean | (BETA) (Optional) Allow draggable | ||
| boolean | (BETA) (Optional) Is active state or not | ||
| string | (BETA) (Optional) Error message |