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:

ParameterTypeDescription
entriesBasesEntry[]The entries to limit.

Returns: void