View Source cfapi_pagination (cfapi v1.0.1)

Link to this section Summary

Link to this section Types

-type cfapi_pagination() ::
    #{version => integer(),
      pageCount := integer(),
      itemCount := integer(),
      pageSize := integer(),
      pageIndex := integer()}.

Link to this section Functions