Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 883 Bytes

Row.md

File metadata and controls

20 lines (16 loc) · 883 Bytes

CodaJsClient.Row

Properties

Name Type Description Notes
id String ID of the row.
type String The type of this resource.
href String API link to the row.
name String The display name of the row, based on its identifying column.
index Number Index of the row within the table.
browserLink String Browser-friendly link to the row.
createdAt Date Timestamp for when the row was created.
updatedAt Date Timestamp for when the row was last modified.
values {String: CellValue} Values for a specific row, represented as a hash of column IDs (or names with `useColumnNames`) to values.

Enum: TypeEnum

  • row (value: "row")