IAttributeElementsChildren
Home > @gooddata/sdk-ui-filters > IAttributeElementsChildren
IAttributeElementsChildren interface
Warning: This API is now obsolete.
use the IAttributeFilterHandler and its implementations to create custom attribute filter components
An object of this type will be passed down to the children render function by AttributeElements component.
Signature:
export interface IAttributeElementsChildren
Properties
Property | Type | Description |
---|---|---|
error | any | Indicates whether an error has occurred while loadingUndefined if no error. |
isLoading | boolean | Indicates whether the attribute elements are currently loading from the server.True if loading. False if done loading. |
loadMore | () => void | Function to trigger load of next page of attribute elements. |
validElements | IElementsQueryResult | Loaded elements |