Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ResultRow

import type { ResultRow } from "https://aws-api.deno.dev/v0.4/services/honeycode.ts?docs=full";

A single row in the ResultSet.

interface ResultRow {
dataItems: DataItem[];
rowId?: string | null;
}

§Properties

§
dataItems: DataItem[]
[src]

List of all the data cells in a row.

§
rowId?: string | null
[src]

The ID for a particular row.