A collection is a dynamic resource that queries the server for a list of resources that meet it's criteria. Checkout the docs for more information.

Keep in mind that the collection does currently not subscribe to changes in the store and will therefore not update if items are added or removed. Use the invalidate method to force a refresh.

Hierarchy

  • Collection

Constructors

Properties

__internalObject: Collection
_totalMembers: any
_waitForReady: any
buildSubject: any
fetchPage: any
pages: any
params: any
server: any
store: any

Accessors

  • get pageSize(): number
  • Returns number

  • get property(): undefined | string
  • Returns undefined | string

  • get sortBy(): undefined | string
  • Returns undefined | string

  • get sortDesc(): boolean
  • Returns boolean

  • get totalMembers(): number
  • Returns number

  • get value(): undefined | string
  • Returns undefined | string

Methods

  • Returns void

  • Parameters

    • index: number

    Returns Promise<string>

  • Returns Promise<void>

  • Returns Promise<void>

Generated using TypeDoc