DaffCollection

A collection of items that is paginable, sortable, and filterable.

Properties

Name Type Description
metadata DaffCollectionMetadata The collection metadata that contains info about the collection. Includes page, sorting, filtering, and total number of items.
data Record<T['id'], T> The current page of items according to the sorting and filtering.
Graycore, LLC © 2018 - 2024. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.