items


itemsArray<ResourceQueryResults>Read-only

Returns an array of resources, slugs, and schedules that match the query.

The current page of resources, slugs, and schedules retrieved by the query.

The page size is defined by the limit() function, can be retrieved using the pageSize property, and navigating through pages is done with the prev() and next() functions.

When no items match the query, the array is empty.

Was this helpful?
Yes
No