The attributes for creating a form.

Hierarchy

  • CreateFormDataAttributes

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
anonymous?: boolean

Whether the form accepts anonymous submissions.

dataDefinition: FormDataDefinition

A JSON Schema definition that describes the form's data fields.

description?: string

The description of the form.

idpSurvey?: boolean

Whether the form is an IDP survey.

name: string

The name of the form.

singleResponse?: boolean

Whether each user can only submit one response.

uiDefinition: FormUiDefinition

UI configuration for rendering form fields, including widget overrides, field ordering, and themes.

Generated using TypeDoc