Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ViewResult<TValue, TKey>

Contains the results of a view query.

Type parameters

  • TValue = any

  • TKey = any

Hierarchy

  • ViewResult

Index

Properties

Properties

meta

The meta-data which has been returned by the query.

rows

rows: ViewRow<TKey, TValue>[]

The rows which have been returned by the query.

Generated using TypeDoc