AdminUpsert is a [models.Admin] upsert (create/update) form.
SetDao replaces the default form Dao instance with the provided one.
Submit validates the form and upserts the form admin model.
You can optionally provide a list of InterceptorFunc to further modify the form behavior before persisting it.
Rest
Validate makes the form validatable by implementing [validation.Validatable] interface.
Generated using TypeDoc
AdminUpsert is a [models.Admin] upsert (create/update) form.