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

Optional id

id: string

The id for this row.

Optional key

key: TKey

The key for this row.

value

value: TValue

The value for this row.

Generated using TypeDoc