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 | Modifiers | Type | Description |
---|---|---|---|
elements? | ElementsQueryOptionsElementsSpecification | (Optional) | |
excludePrimaryLabel? | boolean | (Optional) | |
filterByPrimaryLabel? | boolean | (Optional) | |
includeTotalCountWithoutFilters? | boolean | (Optional) | |
limit? | number | (Optional) | |
limitingAttributeFilters? | IElementsQueryAttributeFilter[] | (Optional) | |
limitingDateFilters? | IRelativeDateFilter[] | IAbsoluteDateFilter[] | (Optional) | |
limitingMeasures? | IMeasure[] | (Optional) | |
limitingValidationItems? | ObjRef[] | (Optional) | |
offset? | number | (Optional) | |
order? | SortDirection | (Optional) | |
search? | string | (Optional) |