IAttributeDropdownBodyProps
Home > @gooddata/sdk-ui-filters > IAttributeDropdownBodyProps
IAttributeDropdownBodyProps interface
Warning: This API is now obsolete.
- use IAttributeFilterElementsSelectProps instead
Signature:
export interface IAttributeDropdownBodyProps
Properties
| Property | Type | Description |
|---|---|---|
| applyDisabled? | boolean | (Optional) |
| attributeFilterRef? | ObjRef | (Optional) |
| error? | any | (Optional) |
| isFullWidth? | boolean | (Optional) |
| isInverted | boolean | |
| isLoading | boolean | |
| items | AttributeListItem[] | |
| onApplyButtonClicked | () => void | |
| onCloseButtonClicked | () => void | |
| onRangeChange | (searchString: string, from: number, to: number) => void | |
| onSearch | (searchString: string) => void | |
| onSelect | (selectedItems: IAttributeElement[], isInverted: boolean) => void | |
| parentFilterTitles? | string[] | (Optional) |
| searchString | string | |
| selectedItems | Array<IAttributeElement> | |
| showItemsFilteredMessage? | boolean | (Optional) |
| totalCount | number |