ILoadElementsOptions
Home > @gooddata/sdk-ui-filters > ILoadElementsOptions
ILoadElementsOptions interface
Options that can be applied for the particular load of the attribute elements.
Signature:
export interface ILoadElementsOptions
Properties
Property | Type | Description |
---|---|---|
elements? | ElementsQueryOptionsElementsSpecification | (Optional) |
excludePrimaryLabel? | boolean | (Optional) |
includeTotalCountWithoutFilters? | boolean | (Optional) |
limit? | number | (Optional) |
limitingAttributeFilters? | IElementsQueryAttributeFilter[] | (Optional) |
limitingDateFilters? | IRelativeDateFilter[] | (Optional) |
limitingMeasures? | IMeasure[] | (Optional) |
offset? | number | (Optional) |
order? | SortDirection | (Optional) |
search? | string | (Optional) |