Skip to content

BasesQueryResult.applySort method

BasesQueryResult › applySort

Unofficial

Sorts the given entries in place according to the configured sort.

Signature:

applySort(entries: BasesEntry[]): void

Parameters:

ParameterTypeDescription
entriesBasesEntry[]The entries to sort.

Returns: void