Options
All
  • Public
  • Public/Protected
  • All
Menu

List item query options.

Hierarchy

  • SyncListItemQueryOptions

Index

Properties

Properties

Optional from

from: number

Item index, which should be used as the offset. If undefined, starts from the beginning or end depending on queryOptions.order.

limit

limit: number

Query limit.

Optional order

order: "asc" | "desc"

Numeric order of results. Default is "asc".

Optional pageSize

pageSize: number

Results page size. Default is 50.