Class ViewRow<TValue, TKey>

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

Type Parameters

  • TValue = any
  • TKey = any

Properties

Properties

id?: string

The id for this row.

key?: TKey

The key for this row.

value: TValue

The value for this row.