Options
All
  • Public
  • Public/Protected
  • All
Menu

A collection of related model instances.

This collection can be async-iterated or turned directly into an array using toArray().

Type parameters

  • T

  • T

Hierarchy

  • any
    • AsyncCollection

Implements

  • any

Index

Constructors

constructor

Methods

[Symbol.asyncIterator]

  • [Symbol.asyncIterator](): AsyncIterator<T>

toArray

  • toArray(__namedParameters?: object): Promise<T[]>
  • toArray(options?: object): Promise<T[]>