IAttributeDropdownListItemProps
Home > @gooddata/sdk-ui-filters > IAttributeDropdownListItemProps
IAttributeDropdownListItemProps interface
Warning: This API is now obsolete.
- use IAttributeFilterElementsSelectItemProps instead
Signature:
export interface IAttributeDropdownListItemProps extends WrappedComponentProps
Extends: WrappedComponentProps
Properties
Property | Type | Description |
---|---|---|
isLoading? | boolean | (Optional) |
onMouseOut? | (source: any) => void | (Optional) |
onMouseOver? | (source: any) => void | (Optional) |
onOnly? | (source: any) => void | (Optional) |
onSelect? | (source: any) => void | (Optional) |
selected? | boolean | (Optional) |
source? | any | (Optional) |