Skip to content

BasesQueryResult.applyLimit method

BasesQueryResult › applyLimit

Unofficial

Truncates the given entries in place to the configured limit.

Signature:

applyLimit(entries: BasesEntry[]): void

Parameters:

Parameter Type Description
entries BasesEntry[] The entries to limit.

Returns: void