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

DataItem

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

The data in a particular data cell defined on the screen.

interface DataItem {
formattedValue?: string | null;
overrideFormat?: Format | null;
rawValue?: string | null;
}

§Properties

§
formattedValue?: string | null
[src]

The formatted value of the data. e.g. John Smith.

§
overrideFormat?: Format | null
[src]

The overrideFormat is optional and is specified only if a particular row of data has a different format for the data than the default format defined on the screen or the table.

§
rawValue?: string | null
[src]

The raw value of the data. e.g. jsmith@example.com