IAttributeDropdownBodyExtendedProps
Home > @gooddata/sdk-ui-filters > IAttributeDropdownBodyExtendedProps
IAttributeDropdownBodyExtendedProps interface
Warning: This API is now obsolete.
- use IAttributeFilterElementsSelectProps instead
Signature:
export interface IAttributeDropdownBodyExtendedProps extends IAttributeDropdownBodyProps
Extends: IAttributeDropdownBodyProps
Properties
| Property | Type | Description |
|---|---|---|
| attributeFilterRef? | ObjRef | (Optional) |
| deleteFilter? | () => void | (Optional) |
| isElementsLoading? | boolean | (Optional) |
| isLoaded? | boolean | (Optional) |
| isMobile? | boolean | (Optional) |
| listItemClass? | React.ComponentType<IAttributeDropdownListItemProps> | (Optional) |
| maxSelectionSize? | number | (Optional) |
| onConfigurationChange? | () => void | (Optional) |
| showConfigurationButton? | boolean | (Optional) |
| showDeleteButton? | boolean | (Optional) |
| width? | number | (Optional) |