Submit validates the form and upserts the form's Collection model.
On success the related record table schema will be auto updated.
You can optionally provide a list of InterceptorFunc to further modify the form behavior before persisting it.
Rest
...interceptors: InterceptorFunc<models.Collection>[]Optional
createOptional
deleteOptional
listOptional
updateOptional
viewGenerated using TypeDoc
CollectionUpsert is a [models.Collection] upsert (create/update) form.