Skip to content

FormPlugin

FormPlugin = object

Defined in: packages/forms/src/types.ts:187

A form plugin created by createFormPlugin.

Encapsulates the UI component implementations needed to render auto-generated forms. Pass this to createAutoForm to produce a ready-to-use AutoForm component.

components: FormPluginComponents

Defined in: packages/forms/src/types.ts:189

The UI components used to render each field type and the form structure.