CollectionUpsert is a [models.Collection] upsert (create/update) form.

Hierarchy

Implements

Constructors

Methods

  • 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.

    Parameters

    Returns void

Properties

createRule?: string
deleteRule?: string
id: string
indexes: JsonArray<string>
listRule?: string
name: string
options: JsonMap
schema: schema.Schema
system: boolean
type: string
updateRule?: string
viewRule?: string

Generated using TypeDoc