Namespace: Utils

Utils

Methods

staticUtils.filterAvailableWideMatch(cachedQueries, pageOptions){WideMatch|null}

utils.js, line 96

Determines if any perviously cached queries can be used to fulfill the current query.

Name Type Description
cachedQueries Array

A list of previously cached queries.

pageOptions PaginationOptions

Pagination options for the current query, if any.

Returns:
Type Description
WideMatch | null

staticUtils.validatePaginationOpts(options){PaginationOptions|null}

utils.js, line 42

Validates and reformats pagination options.

Name Type Description
options Object

The query options.

Returns:
Type Description
PaginationOptions | null