Fulib v0.1.3 Fulib.Paginater.CountResult View Source

按照数字进行翻页

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Fulib.Paginater.CountResult{
  entries: term(),
  ext: term(),
  limit: term(),
  max_page: term(),
  offset: term(),
  page_lazy_enable?: term(),
  page_lazy_max: term(),
  page_lazy_num: term(),
  page_number: term(),
  per_page: term(),
  style: term(),
  top_entries: term(),
  total_entries: term(),
  total_pages: term()
}