Field
A Field is a readonly snapshot object of a field in the datasheet. A Field is not a resource. Fields id The field ID. name The field name. type The field type. Methods getViewObjec
A Field is a readonly snapshot object of a field in the datasheet. A Field is not a resource.
Fields
id
The field ID.
name
The field name.
type
The field type.
Methods
getViewObject
getViewObject<R>(transform: (field: IField, options: IFieldVoTransformOptions) => R): R
Transform the Field into another readonly object that can be processed further, for example send it to the front end through network.
Datasheet
The Datasheet is the most versatile resource in APITable as well as in DataBus. Fields Except from common fields defined by IResource , Datasheet also defines some fields specific
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 getViewOb