StatusBarComponent
Home > @gooddata/sdk-ui-filters > IAttributeFilterCustomComponentProps > StatusBarComponent
IAttributeFilterCustomComponentProps.StatusBarComponent property
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.
Customize attribute filter status bar component.
Signature:
StatusBarComponent?: React.ComponentType<IAttributeFilterStatusBarProps>;
Remarks
- If not provided, the default implementation AttributeFilterStatusBar will be used.