IAttributeFilterErrorProps
Home > @gooddata/sdk-ui-filters > IAttributeFilterErrorProps
IAttributeFilterErrorProps interface
This API is provided as a 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 | Type | Description |
---|---|---|
error? | any | (BETA) (Optional) Error object |
message? | string | (BETA) (Optional) Error message |