BackupCreate is a request form for creating a new app backup.
SetContext replaces the default form context with the provided one.
Submit validates the form and creates the app backup.
You can optionally provide a list of InterceptorFunc to further modify the form behavior before creating the backup.
Rest
Validate makes the form validatable by implementing [validation.Validatable] interface.
Generated using TypeDoc
BackupCreate is a request form for creating a new app backup.