IAttributeFilterEmptyResultProps
Home > @gooddata/sdk-ui-filters > IAttributeFilterEmptyResultProps
IAttributeFilterEmptyResultProps interface
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.
Properties of AttributeFilterEmptyResult component implementation
Signature:
export interface IAttributeFilterEmptyResultProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
enableShowingFilteredElements? | boolean | (BETA) (Optional) This enables "show filtered elements" option which manages showing filtered elements. | |
height | number | (BETA) Component height | |
isFilteredByDependentDateFilters? | boolean | (BETA) (Optional) Indicate that items are filtered or not by dependent date filters | |
isFilteredByParentFilters | boolean | (BETA) Indicate that items are filtered or not | |
parentFilterTitles? | string[] | (BETA) (Optional) List of parent filters items titles that are used as current filtering criteria | |
searchString | string | (BETA) Current search string | |
totalItemsCount | number | (BETA) Number of items that respect current criteria |