strictLimitOfRows
Home > @gooddata/sdk-model > IRankingFilterBody > strictLimitOfRows
IRankingFilterBody.strictLimitOfRows property
When set to true, the filter returns exactly IRankingFilterBody.value items and excludes additional items that share the boundary value (ties). When false or omitted, the backend default tie-handling behavior is used.
Signature:
strictLimitOfRows?: boolean;