Type Definitions
EnketoRecord
- Source:
- See:
-
- https://getodk.github.io/xforms-spec/#instance
- {ClientStore}
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
enketoId |
string | identifier for the form the record is associated with |
|
instanceId |
string | the record's primary key identifier |
|
name |
string | a unique name assigned to the record by a user |
|
xml |
string | the serialized representation of the record's current state |
|
created |
string |
<optional> |
when the record was created in the store |
updated |
string |
<optional> |
when the record was most recently updated in the store |
deprecatedId |
string |
<optional> |
deprecated (previous) ID of record |
draft |
boolean |
<optional> |
whether the record was saved either as a draft or auto-saved |
files |
Array.<window.File> |
<optional> |
any files attached to the record |