Interface: BuilderComponent
@react-form-builder/core.BuilderComponent
Description of the React component that connects to the form builder. Contains metadata for the form builder and metadata for the form viewer.
Properties
category
• Optional
Readonly
category: string
The name of the component category in the designer.
meta
• Readonly
meta: Meta
The component metadata for the form builder.
model
• Readonly
model: Model
<any
>
The component metadata for the form viewer.