IAttributeElementsProps
Home > @gooddata/sdk-ui-filters > IAttributeElementsProps
IAttributeElementsProps interface
Warning: This API is now obsolete.
use the IAttributeFilterHandler and its implementations to create custom attribute filter components
Signature:
export interface IAttributeElementsProps
Properties
| Property | Type | Description |
|---|---|---|
| backend? | IAnalyticalBackend | (Optional) Specify an instance of analytical backend instance to work with. |
| displayForm | ObjRef | Specify reference to a display form, whose elements should be listed. |
| filters? | IElementsQueryAttributeFilter[] | (Optional) Specify filters that restrict the elements. |
| limit? | number | (Optional) Customize maximum number of elements to load in a single page. |
| offset? | number | (Optional) Customize offset to start loading elements from. |
| onError? | OnError | (Optional) Specify error callback. |
| options? | IElementsQueryOptions | (Optional) Specify options that will be passed to the element query, which is responsible for loading the data ( this can be used to add server-side filtering) |
| workspace? | string | (Optional) Specify workspace to work with. |
Methods
| Method | Description |
|---|---|
| children(props)? | (Optional) |