IAttributeFilterCustomComponentProps
Home > @gooddata/sdk-ui-filters > IAttributeFilterCustomComponentProps
IAttributeFilterCustomComponentProps interface
These customization properties allow you to specify custom components that the AttributeFilter component will use for rendering different parts.
Signature:
export interface IAttributeFilterCustomComponentProps 
Remarks
IMPORTANT: while this interface is marked as public, you also need to heed the maturity annotations on each Customization properties,that are at this moment beta level.
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| ComponentType<IAttributeFilterDropdownActionsProps> | (BETA) (Optional) Customize attribute filter dropdown actions component. | ||
| ComponentType<IAttributeFilterDropdownBodyProps> | (BETA) (Optional) Customize attribute filter dropdown body component. | ||
| ComponentType<IAttributeFilterDropdownButtonProps> | (BETA) (Optional) Customize attribute filter dropdown button component. | ||
| ComponentType<IAttributeFilterElementsSearchBarProps> | (BETA) (Optional) Customize attribute filter search bar component. | ||
| ComponentType<IAttributeFilterElementsActionsProps> | (BETA) (Optional) Customize attribute filter elements select action component (Select all checkbox) | ||
| ComponentType<IAttributeFilterElementsSelectProps> | (BETA) (Optional) Customize attribute filter elements select component. | ||
| ComponentType<IAttributeFilterElementsSelectErrorProps> | (BETA) (Optional) Customize attribute filter elements select error component. | ||
| ComponentType<IAttributeFilterElementsSelectItemProps> | (BETA) (Optional) Customize attribute filter elements select item component. | ||
| ComponentType<IAttributeFilterElementsSelectLoadingProps> | (BETA) (Optional) Customize attribute filter elements select loading component. | ||
| ComponentType<IAttributeFilterEmptyResultProps> | (BETA) (Optional) Customize attribute filter empty result component. | ||
| ComponentType<IAttributeFilterErrorProps> | (BETA) (Optional) Customize attribute filter with a component to be rendered if initialization fails. | ||
| ComponentType<IAttributeFilterLoadingProps> | (BETA) (Optional) Customize attribute filter with a component to be rendered if attribute filter is loading. Note that this will be rendered only during the initialization of the attribute filter. | ||
| ComponentType<IAttributeFilterStatusBarProps> | (BETA) (Optional) Customize attribute filter status bar component. |