Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WickedCollection<T>

A wrapper interface for returning typed collections. Contains additional information which is useful for paging UI scenarios.

Type parameters

  • T

Hierarchy

  • WickedCollection

Index

Properties

count

count: number

The total count of items, disregarding paging (limit and options).

count_cached

count_cached: boolean

Contains true if the total count (property count) was retrieved from the cache.

items

items: T[]

limit

limit: number

The maximum number of items in items, if specified, otherwise 0.

offset

offset: number

The offset of the items which were retrieved, if specified, otherwise 0.

Generated using TypeDoc