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:

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

Returns: void