Paginator v0.6.0 Paginator.Page View Source
Defines a page.
Fields
entries
- a list entries contained in this page.metadata
- metadata attached to this page.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Paginator.Page{ entries: [any()] | [], metadata: Paginator.Page.Metadata.t() }