by default, the field id is rhe first member or the record
Private
Protected
field conversion
the field value in it's original form
field descriptor
value to convert
get field value (as string)
let value = record.get('field1');
field name
MUST IMPLEMENT
fields descriptors
get the record unique identifier by default the return value is the first field
unique identifier
get raw value of a field
field name or field index
default serializer
an object with known record values
set field value
record.set( 'field1', 7 );
value to set
default unserializer
a new Record
input data
Optional
Generated using TypeDoc
by default, the field id is rhe first member or the record