Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ViewRow<TValue, TKey>

Contains the contents of a single row returned by a view query.

Type parameters

  • TValue = any

  • TKey = any

Hierarchy

  • ViewRow

Index

Properties

Properties

id?: string

The id for this row.

key?: TKey

The key for this row.

value: TValue

The value for this row.

Generated using TypeDoc