The datastore configuration for a form.

Hierarchy

  • FormDatastoreConfigAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
datastoreId: string

The ID of the datastore.

primaryColumnName: string

The name of the primary column in the datastore.

primaryKeyGenerationStrategy: string

The strategy used to generate primary keys in the datastore.

Generated using TypeDoc