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 |
---|---|---|---|
error? | any | (BETA) (Optional) Error object | |
isDraggable? | boolean | (BETA) (Optional) Allow draggable | |
isOpen? | boolean | (BETA) (Optional) Is active state or not | |
message? | string | (BETA) (Optional) Error message |