FilterMenuComponent
Home > @gooddata/sdk-ui-filters > IAttributeFilterCustomComponentProps > FilterMenuComponent
IAttributeFilterCustomComponentProps.FilterMenuComponent property
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Customize filter mode menu component.
Signature:
FilterMenuComponent?: ComponentType<IFilterMenuProps>;
Remarks
- If not provided, the default implementation FilterMenu() will be used.