BasesQueryResult.applyLimit method
BasesQueryResult › applyLimit
Unofficial
Truncates the given entries in place to the configured limit.Signature:
applyLimit(entries: BasesEntry[]): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| entries | BasesEntry[] | The entries to limit. |
Returns: void