Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IArchivistListOptions

Index

Properties

Properties

chunk

chunk: number[]

Pagination option

The array needs to be of the following structure:

[start, length]

Where:

  • start: is the entry to start from
  • length: how many entries to return from the starting point
type

{number[]}

Optional sort

List of sort options

type

{ArchivistListSortOption[]}