by default, the field id is rhe first member or the record
Private
Protected
field conversion
field descriptor
value to convert
the field value in it's original form
get field value (as string)
let value = record.get('field1'); Copy
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 ); Copy
record.set( 'field1', 7 );
value to set
default unserializer
input data
Optional
a new Record
Generated using TypeDoc
by default, the field id is rhe first member or the record