Record

A Record is a readonly snapshot of a record in a datasheet. A Record is not a resource.

Fields

id

the record ID.

comments

The list of all comments in this record.

Methods

getViewObject

getViewObject<R>(transform: (record: IRecord, options: IRecordVoTransformOptions) => R): R

Transform the Record into another readonly object that can be processed further, for example send it to the front end through network.