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
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.