TextFilterStateSummary()
Home > @gooddata/sdk-ui-filters > TextFilterStateSummary
TextFilterStateSummary() function
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.
Textual representation of current text filter state. Shows operator and value(s) with ellipsis truncation. Tooltip with full text is shown on hover when content is truncated. Shows (totalCount) suffix for arbitrary operators.
Signature:
export declare function TextFilterStateSummary(props: ITextFilterStateSummaryProps): import("react/jsx-runtime").JSX.Element;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
props |
Returns:
import("react/jsx-runtime").JSX.Element